how i can become a game designer using C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how i can become a game designer using C++

i want to become a game designer so i want help that how could i learn c++ for my field

10th Nov 2016, 8:43 AM
Tanay Nale
Tanay Nale - avatar
5 Answers
+ 2
maybe start using UNITY or C# on begin? In C++ is hard to do somethings good looking for beginers
10th Nov 2016, 8:49 AM
Si Di
Si Di - avatar
+ 1
use unreal game engine its the best one for game coding with c++
13th Nov 2016, 12:38 PM
Suhail Pappu
Suhail Pappu - avatar
0
in gaming, memory management is very important. so learn in depth memory management in c++ and most importantly learn pointers and various data containers
10th Nov 2016, 8:48 AM
Ashish Verma
Ashish Verma - avatar
0
I would say it would be very useful for controlling bots and events. So let's say things like if you don't advance to a certain objective keep spawning enemies..So in that situation you would use an if statement. Or to trigger events if player passes a certain part in the level then summon rolling boulder behind him. One other way i've seen it utilized is by telling enemy bots or friendly bot who to shoot if x character is closer than y character then shoot x character, else shoot y character. In the unreal engine 4 they have the blueprint system so you don't actually have to write code you just drag the functions around and connect them using visual nodes, but you still need to know the core concepts of c++ to know what your actually doing.
10th Nov 2016, 8:55 AM
J.C Vega
J.C Vega - avatar
0
If you want porgramming games using c++ then thier is windows devolper kit include inside it directx 11 that makes game thier is a lot of tutorials out thier for this propuse and the most unique thing in gaming is memory management so learn using memory effecintly
10th Nov 2016, 1:18 PM
George Rabbat
George Rabbat - avatar