Hello Newbie here

Started by
2 comments, last by SSSpawn 21 years, 5 months ago
Hello i''m new to Programming i''m going to learn C++, then eventualy i want to get into Game programing, i cant spend any money really for books , i was lookin for any ideas on what i should do. any help would be appreacted
Advertisement
You can learn a lot from online tutorials (I seem to be recommending these a lot these days), from your compiler's documentation, and from MSDN.

[edited by - Miserable on December 9, 2002 4:40:23 PM]
get a compiler, learn how to compiler a single .cpp file using that compiler. and start looking for tutorials at the internet. ask here if you come up with problems

My compiler generates one error message: "does not compile."
the bloodshed dev c++ compiler is quite nice, and free. You can also plugin other debuggers (Cignus Insight debugger, its graphical). And as mentioned above, online tutorials are great. Simple dos c++ isnt really that bad. Much similar to ActionScript and &#106avascript / Java. So, go DL the free compiler, learn some C++, and when your ready go here: http://www.winprog.org/tutorial/
for a great tutorial on win32 coding (not the same by any means).

-Tyler

This topic is closed to new replies.

Advertisement