• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A Good C++ Book?

dmw16

Diamond Member
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
 
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++
 
When I took up a C++ course, teacher I had suggested reading "Programming Windows 95" by Charles Petzold....
 
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.
 
books from either The Waite Group, or Wrox press are fairly good..
Personally I hate Deitel & Deitel books...
 
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.
 

"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.
 
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.
 
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
 
Back
Top