c++ help

esa193

Fully Optimized
Messages
4,210
ok im learning how to creat my own vidoe games on mircosofts new program
but in order to do that i need
to learn c++
is there any videos i can watch that cna easly teach me the languige
 
yeah there's a lot of resources online (i don't know of any videos tho). Just search for C++ tutorials. Learning all there is to know about C++ is not going to be something you can do in a weekend just so you know. Developing games gets quite technical.
 
C++ is a pretty tough language. i mean the damn code for a win32 window to come up asking you to enter 2 different numbers and calculating the percent of something with those numbers is more than a page long.=p

http://www.cplusplus.com/doc/tutorial/
^
those are like the basics of C++, they won't get you anywhere with making games but you need to have building blocks to learn from.
 
are you making your game just with c++ or are you using openGL?? if you using openGL go to google and search for GLUT. its a toolkit for opengl and it helps alot.
 
Back
Top Bottom