0
How to make colour & picture in C++?
I am almost done my c++ course, but since I am on an old mac my only compiler is on sololearn. I haven't learnt how to make 'picture' with c++ or even colour, I was wondering if I can make colour change or make some sort of graphic with c++ on sololearn. Thanks.
4 Answers
+ 3
You can't work with pictures or color in the SoloLearn environment. You'll have to use a totally separate graphics library like SDL2 or OpenGL. Here is a link for an SDL tutorial if you want to learn [ http://lazyfoo.net/tutorials/SDL/ ]
+ 1
Not in SoloLearn, unfortunately.
+ 1
Thanks! Iâll just have to do some of my own research!
0
Do we get taught how?