c++ books

Status
Not open for further replies.
You need to find a book that teaches you how to program in C++ first. If you've never programmed before, you may find it more beneficial to to learn a language like Python instead. C++ can be daunting for a beginner.
 
You may want to have a look at some online resources first to feel the water. Some web pages i came across have quite engaging material but since its on teh web you may need to be a bit more co-ordinated to make it work for you. There are numerous places you can go to but these two i could easily find for you,


http://www.cplusplus.com/ http://www.cprogramming.com
 
If you already know C++ fairly well, check out the book Programming Role Playing Games with DirectX. Even if you don't want to use DirectX, you can learn a lot about making an RPG in general.

Although if you don't know C++ yet, I would suggest staying away from making an RPG (or any type of game for that matter) until you're comfortable with the language.

Accelerated C++ or C++ Primer are both highly recommended books for beginners. If you don't want to buy a book, check out the free online book Teach Yourself C++ in 21 Days.
 
lol i got something like that, its kinda confusing tho. what are those

// for and like { and } :confused: If they are going to teach you how to do something teach the person not show them with no explination of what u are typing in is doing. IMO :)
 
hey skateforjondoe if ur making an rpg game make sure to send me a copy ... i lovvvvvvvvvvvvveeeeeeeeeee rpg games .. and i can help u with ideas and stuff !!
 
You can buy a package called Game Programming 3.0 which has 3 books for learning C++ in PDF file format and it comes with DirectX 6.1 SDK, Genesis Game World Editor, Visual C++.
 
Status
Not open for further replies.
Back
Top Bottom