+ 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
3 ответов
+ 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
Thank you to answer my question .
19th Aug 2021, 3:31 AM
Pritam Santra
Pritam Santra - 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