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

Graphics in C++

I wonder, can I do graphics stuffs on C++ programming language like animations, gradients, patterns and ect.? I saw a lot of codes of other programming languages such as Pascal, HTML, PHP which produces amazing patterns in graphical window. I wonder if I can do same stuff with C++...

17th Jul 2017, 9:22 PM
Káfefe
Káfefe - avatar
3 Answers
+ 3
First thing ... HTML and CSS are no programming languages. Then, of course you can ! You just have to use a graphical library. My favorite one is SDL2 (2D, you'll have to do 3D yourself, which can be hard), but you can go to SFML or QTCreator too ! OpenGL and DirectX also are but I would advise you not to start with them.
17th Jul 2017, 10:03 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 3
Okey, thank you for reply! Got it. :)
17th Jul 2017, 10:06 PM
Káfefe
Káfefe - avatar
+ 2
You are welcomed :)
17th Jul 2017, 10:09 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar