+ 5
Is it necessary to learn c++ for game developer?
C++ is a complex programming language for any beginners but many people advised me that learn c++ for making better games. Why ?
9 ответов
+ 2
Whoever advised you is wrong. You dont need C++ for making games. Higher level languages get the job done easier and faster, especially ones that arent compiled. Everytime you make changes with C++, you have to recompile, which can slow development down when you are testing stuff.
I highly suggest picking a higher level language unless you are creating a game engine
+ 8
you may learn c# its easy and lately many people are preferring it for game development
+ 6
Not necessary.
You can always make games in other languages.
C++ is one of the big languages used in game development.
+ 5
Personally, I prefer C# for game development. However, it greatly depends upon what you're wanting to do, how you're wanting to do it, and upon which platform/engine you're wanting to do it with. Just like tools on a tool belt, some tools are better suited for particular tasks than others.
+ 5
@chirag ghosh you can make games. Just that it isnt the only one. Even python can create games
+ 4
@chirag ghosh you can make games. Just that it isnt the only one. Even python can create games
+ 4
@_$venkat i just said that it is easy to learn and he "MAY" use it........
all programming languages can be used to develop games.
it depends on one's knowledge and logic.
+ 1
C++ is currently a good language to learn for game development as Unreal Engine uses it and several games have been made with that. Unity is another popular game engine and that uses C#.
+ 1
c++ is a very good language to learn because a, its blazing fast, b, it gives you control of the computer, ex: memory, and c, once you get over the steep learning curve, it all comes very easily to mind ehat to use, when, where, and how. stick with it