PDA

View Full Version : Where to get started


Shalak
08-31-2006, 02:27 AM
Well I have a book that I have had for ages called C++ For Dummies... it includes GNU compiler on a CD-ROM so I am wondering if perhaps I should begin with that or if there is a free online source I should begin with. I plan on going into the video game industry (PC) so I figured I might as well get a head start.

Scottc
08-31-2006, 03:54 AM
Arg. That book is pretty damn terrible. At least get an easier to use compiler+IDE: http://msdn.microsoft.com/vstudio/express/visualc/download/

Shalak
08-31-2006, 08:49 PM
So use the book but not the compiler? Or do I need to throw that book in the closet and never touch it again:P

naruto1327
09-02-2006, 02:27 AM
http://www.bloodshed.net/dev/devcpp.html
^
|

Click it fool!

Scottc
09-02-2006, 09:50 PM
I suppose its not too bad, I read through a little bit of it. You might try to find Accelerated C++, its certainly a much better book and teaches better programming practices.