I have a question about game development. If C++ is the code i am using, what do I use to get files (like animations and sounds) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I have a question about game development. If C++ is the code i am using, what do I use to get files (like animations and sounds)

Does it all happen with C++ or am i missing somthing?

30th Jan 2017, 4:19 PM
Sammy Bunckly
Sammy Bunckly - avatar
2 Answers
+ 3
Other animation files and audio files.Or Non C++ files.U can google the file name on google.
30th Jan 2017, 4:47 PM
Julian Aung
Julian Aung - avatar
+ 1
this can be done withe external libraries, you can use a library like SDL to make Windows with images and sound and keyboard input and lots more
1st Feb 2017, 2:15 AM
Frederick Lopez
Frederick Lopez - avatar