About game engines and C++ language. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

About game engines and C++ language.

hello world, I am a beginner programmer and I am looking to make an MMORPG as my main goal, so I adopted the C ++ language; I would like to know if it is necessary for me to use a free game, like Unity for example, or if I can trust the language itself to do a good job. thank you all who answer :)

6th Jun 2020, 5:42 AM
João Hoffman
João Hoffman - avatar
5 Answers
+ 4
C++ is always prefered over any other programming languages for game development. Yes you can build any game using C++ without using game engines like Unity etc. You can either use sfml, cocos or Unreal game engines for building(and there are lots Google them) with C++. But from my experience, it's always better to understand and get your hand dirty with by learning game theory and stuff that includes to build any game either using an easy game engine like Unity or giving more times and practices using C++.
6th Jun 2020, 5:47 AM
Rohit
+ 2
happy to know :) Yeah good idea any ideas that you have just write them in paper and keep learning and in the future try to implement them even if you fail atleast you will learn something. C++ is really good programming language and it offers us so much to learn and explore and it is also dominating the game development world. For rendering and all you can Google graphics frameworks for c++ one of them being SFML. Happy Learning! :)
6th Jun 2020, 5:56 AM
Rohit
+ 1
thank you so much man, i'm still learning about the loop functions and i can already think of several game ideas. c ++ really is an amazing language; I’m very excited to learn how to render the game, add the characters and controls. thank you very much man, your comment made me even more willing to learn :)
6th Jun 2020, 5:51 AM
João Hoffman
João Hoffman - avatar
+ 1
Thanks dude \(^o^)/
6th Jun 2020, 6:12 AM
João Hoffman
João Hoffman - avatar