0
Can I make the game with c++
3 Answers
+ 1
Sure, most of the professional games are written in C++.
But if you want to do a modern game, you might want to use a tool for graphic design like Unreal Engine.
+ 1
Yes ypu can, most general purpose languages will allow you to build gamea.
Another question you will want to ask is what platforms do you want the game to rum on.
Below are a list of platforms with their preferred languages.
Android : Java. Kotlin, (EXSTENTION C++).
Windows: C++, C#, Java.
IOS: Swift.
Web: (HTML, CSS, Javascript).
+ 1
Unreal Engine uses C++ as its coding language, take a look at that one.