What's a good reference book for C++?

CountZero

Golden Member
Jul 10, 2001
1,796
36
86
I use "The Annotated C++ Reference Manual" or some name similar to that (its sitting at work right now). Once you know C++ pretty well its a great book because its concise in its explanations.
 

crypticlogin

Diamond Member
Feb 6, 2001
4,047
0
0
I have the Stroustrup book and it's a decent reference. Sometimes he makes assumptions and just throws things into the examples ("where'd he pull that from??") but it does make sense with a little hashing out. Other than that, you can't really go wrong with a book written by the C++ creator but have a secondary reference on hand as a backup and/or clarifier.
 

Elledan

Banned
Jul 24, 2000
8,880
0
0


<< I use &quot;The Annotated C++ Reference Manual&quot; or some name similar to that (its sitting at work right now). Once you know C++ pretty well its a great book because its concise in its explanations. >>

This book is pretty old (1990). Is it still accurate?

tenchim thanks for your input. From the reviews at Amazon I already suspected that it wasn't such a great reference book to be used alone. Thanks for confirming my suspicions :)
 

StormRider

Diamond Member
Mar 12, 2000
8,324
2
0
&quot;C++: How to Program&quot; by Deitel &amp; Deitel is what the University of Maryland uses. I used it and I liked it.
 

CountZero

Golden Member
Jul 10, 2001
1,796
36
86
As far as I know its still accurate but then again the most advanced feature I've ever used was STLs and I do embedded systems programming where C++ support is often times a sketchy endeavor.
 

Elledan

Banned
Jul 24, 2000
8,880
0
0
Thanks, CountZero.

I'll get 'The C++ programming language' (see my first post for a description of the book) then and use some of my friends as second reference :p

Thanks guys for your help.
 

Praetor

Diamond Member
Oct 14, 1999
4,498
4
81
Probably not what you're talking about, but this is one of the books I'm using to teach myself C++ from scratch. :D