Graphics on C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Graphics on C++

I know I just started coding with c++ and am excited about it but with all the projects I've seen so far, does sololearn teach any actual graphics on C++?

1st Jul 2022, 8:16 AM
Ryan Eko
Ryan Eko - avatar
3 Answers
+ 2
No, search for the Qt framework.
1st Jul 2022, 8:43 AM
Slick
Slick - avatar
+ 1
No, sololearn does not teach graphics programming. However. C++ is a good choice for graphics programming. You would need to use a graphics API like Vukan to instruct your GPU to draw things. You can also do purely CPU based drawing (for example on the console) though. But that gets slow pretty fast.
1st Jul 2022, 3:25 PM
Erarnitox
Erarnitox - avatar
0
is that another branch of cpp or another language?
1st Jul 2022, 9:16 AM
Ryan Eko
Ryan Eko - avatar