View Single Post
Old 08-26-2008, 10:55 PM   #2 (permalink)
george_1988
 
Newb Techie

Join Date: Aug 2008

Posts: 16

george_1988 is on a distinguished road

Default Re: Noob at C++, just looking for some beginner help.

If your goal is to develop games then you're going to need a serious grasp for C++ or C to begin with.

Then you will need some Win32 API knowledge for basics like creating windows and such.

You will also need to learn a graphics library API such as DirectX or OpenGL.

To go along with that you're going to need to be competent with mathematics such as trigonometry.


I suggest getting some books and online tutorials and getting stuck into writing programs. Stick with it. That's the key!
george_1988 is offline