Page 1 of 1

Good C++ Books to learn with

PostPosted: May 27, 2002 @ 10:34pm
by ChiefStinkyNutz

PostPosted: May 28, 2002 @ 12:18am
by Kzinti

PostPosted: May 28, 2002 @ 10:19am
by refractor
Thinking in C++ is available for FREE download as a PDF. Sure, he gets wrapped up on theory a little, but you really should know the theory to program well.

Something you also need to be aware of is that programming C++ for Linux is very different to using Visual C++ in a windows environment - sure the base *language* is the same, but if you want to use MFC/VC++ then you should buy a C++ book that's oriented towards that.

Cheers,

Refractor

PostPosted: May 28, 2002 @ 3:18pm
by andys

PostPosted: May 28, 2002 @ 3:33pm
by refractor

PostPosted: May 28, 2002 @ 5:33pm
by Malmer
Or you could do like me. Write Weeboo as a learning experience. Had no idea how to program in C++...I almost had half of the original JScript code porte before I really understood what a pointer was ;)

Oh, well...I'm a fast learner and I've been doing other program languages before so really, my path might not be the optimal for everyone...

PostPosted: May 29, 2002 @ 12:51am
by andys

PostPosted: May 29, 2002 @ 12:57am
by BurningSheep

PostPosted: May 29, 2002 @ 5:35am
by ChiefStinkyNutz

PostPosted: May 29, 2002 @ 5:44am
by Kzinti

PostPosted: May 29, 2002 @ 12:03pm
by Malmer
I've never read a programming book in my life...ok well some old basic books back in the days but that's all...I am a reference guy...learn everything by trail and error...mostly error though ;)

PostPosted: May 29, 2002 @ 12:04pm
by Malmer
Which could explain some silly questions I have in this forum from time to time...cause even though I am a good programmer I don't always know all the theory... ;)