I saw a code with animations . Can C++ also do so ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I saw a code with animations . Can C++ also do so ?

https://code.sololearn.com/WHZYgc5djZxa/?ref=app

19th Aug 2021, 3:07 AM
Pritam Santra
Pritam Santra - avatar
5 Answers
+ 6
Yes you can also make animations in C++ , even many games including play stations games are also made in C++ .... But you can't make animations with C++ at Sololearn you can make it if you have a laptop or desktop!
19th Aug 2021, 5:27 AM
Abhiyantā
Abhiyantā - avatar
+ 2
Yeh you can do it using graphics.h header file
19th Aug 2021, 3:30 AM
Aysha
Aysha - avatar
+ 2
Thank you to answer my question .
19th Aug 2021, 3:31 AM
Pritam Santra
Pritam Santra - avatar
+ 2
Most welcome Pritam Santra
19th Aug 2021, 3:32 AM
Aysha
Aysha - avatar
+ 2
You can use SDL ,SFML or OpenGL graphics.h is old headerfile its not standard and via using this headerfile u can get pixels colours which is very ugly . So you really waana use better graphics use SDL or SFML.
19th Aug 2021, 11:43 AM
A S Raghuvanshi
A S Raghuvanshi - avatar