Thread: Help
View Single Post
Old 03-31-2008, 07:49 AM   #2 (permalink)
Grofit
Pikachu's Flea Collar
 
Join Date: Jun 2007
Location: UK
Posts: 51
Reputation: 10
Default

I did some C++ related tutorials a LONG time ago when i was in uni, im not sure if they will be of any use to you, but they helpped a few small game dev communities.

http://www.grofit.co.uk/stuff/programming/

You can download them from the above link, if anyone says you should learn java first then dont listen to them. Java is quite similar to C++ but it uses smart pointers for everything, so its alot harder to leak memory, if you can learn how to code properly in C++ you will be ALOT better coder in any other languages as it teaches you how to manage your memory and not take for granted alot of the functionality that other languages seems to contain by default.
__________________

Grofit is offline