0
Does sololearn teach about c++ colored backgrounds and texts
I was watching some yt videos and i saw that you can colour text and background does sololearn teach about these things in c++
2 Answers
0
Basher, er no not really.
It depends what you mean by changing colours/backgroundsâŠ.you could set attributes to change console background colour or text, or you could be referring to a GUI application.
Either way, this is a bit advanced for Sololearn - the courses teach the fundamentals/basic concepts.
GUIs (graphical user interface) for example are more specialized, depending on the Operating system, you might choose to learn a framework - Qt, Winapi, WxWidgets, Gtk etc - thereâs lots more to consider but you need a good understanding of the language first đ
0
Ok thank you