A Good C++ Book?

dmw16

Diamond Member
Nov 12, 2000
7,608
0
0
I was wondering if anyone could recommend a good C++ book. I have some Basic and VB knowledge and I would like to get into C++. Are there any good ones out there?
thanks,
-doug
 

TheVrolok

Lifer
Dec 11, 2000
24,254
4,092
136
I like all those "Learn in 21 days books" from Sams. The "for dummies" books are nice too for beginners. You'll find a helpful thread on this if you search off topic for C++
 

Trashman

Platinum Member
Jan 31, 2000
2,040
0
0
When I took up a C++ course, teacher I had suggested reading "Programming Windows 95" by Charles Petzold....
 

joshInAlaska

Member
Dec 19, 2000
114
0
0
I'm a computer science major. The text that we have is great for learing C++. It's published by Deitel & Deitel,and it's titled, 'C++ How to Program, Third Edition'. You can order from their website, www.deitel.com. Although it is a text that is talored for a class, it has plenty of examples and information that's critical to learn programming. I'd highly recommend it, or any other book that Deitel & Deitel publishes.
 

esung

Golden Member
Oct 13, 1999
1,063
0
0
books from either The Waite Group, or Wrox press are fairly good..
Personally I hate Deitel & Deitel books...
 

greerde

Member
Jun 26, 2000
49
0
0
Don't buy the Deitel and Deitel book. I have the third edition myself. I needed it for a class. I don't like it at all. About 4 computer science professors at UMD also say it sucks.
I would go with anything by Wrox.
 

Bluga

Banned
Nov 28, 2000
4,315
0
0

"object oreinted programming in C++"

this book is AWESOME, you willl have a good grasp of the language when you finish the book, note that this is a book for beginner.
 

javathehut

Senior member
Oct 23, 2000
318
0
0
C++ primer by Stanley Lippman. This is a great book that has all the information needed to successfully learn C++.
 

najar

Member
Apr 8, 2000
126
0
0
Don't waste your money on paper books, go here
and you will find an online text book on C++. The author of this site also sells the same exact info in the form of a paper book. Interesting, uh?

I been reading it and so far it is pretty good.
 

mundania

Senior member
Jun 17, 2000
921
0
0
Here's a good one: The C++ Programmiing Language by Bjarne Stroustrup (the guy who INVENTED c++)
 

khorgath

Member
Feb 17, 2001
40
0
0
The O'reilly is a very good read, bit relaxed actually. Great for someone starting with a BASIC background. However, for more adv. stuff, Lippman or Stroustrup are more-or-less equal. Top it off with a Scott Meyers and you're ready to take on the world.

Ciao
-khorgath