Hi guys i have some questions for you:
1. What is the best engine for game developing that uses c++, for begginers?
2. Can i start make games with c++
if i have 2 months in c++?
3.Unity is a realy cool engine that i am familiar with but it uses c#, can i use c++ to program in unity?
4.How does game programming work in engines, script is applied to a character or how?
2) If you want to try. Games are complicated and a bit more background may be useful.
3) yes, but you need to look up how to do it. You have to do a little work to make it happen.
4) c++ is compiled. it would access the graphics library (unity, in this case) ... the c++ program will set up the engine/graphics environment and then draw into it.