|
|
#1 (permalink) |
|
Snakes Big Toe
Join Date: Oct 2006
Posts: 441
Reputation: 10
|
I am a total noob when it comes to programming and writing code so does anyone know of a free online guide or something for programming and C++?
__________________
DEUS MEUMQUE JUS
DEUS MEUMQUE JUS DEUS MEUMQUE JUS DEUS MEUMQUE JUS |
|
|
|
|
#2 (permalink) |
|
Pikachu's Flea Collar
Join Date: Jun 2007
Location: UK
Posts: 51
Reputation: 10
|
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. |
|
|
|
|
#3 (permalink) | |
|
Marios's Mustache Wax
Join Date: Mar 2008
Location: US
Posts: 10
Reputation: 10
|
Quote:
(as I re-read your quote) I do agree that C++ would help you to understand how objects are created and destroyed, and how that affects memory management (for instance, that concept would teach a C# developer when to use a 'struct' over 'class'). The only reason I had to reply is because I had a teacher who preaches that everyone should learn ADA prior to any other language while he's supposed to be teaching JAVA to the students.
__________________
[[ http://www.intelligentgear.com/ ]] |
|
|
|
|
|
#4 (permalink) |
|
Crumbly, but Good
|
Here. Try this:
http://www.onrpg.com/boards/1215.html
__________________
|
|
|
| Thread Tools | |
| Display Modes | |
|
|