Reccomendations for good C++ book?

Zontor

Senior member
Sep 19, 2000
530
0
0
If you've just starting out coding --> C++: A Dialog: Programming with the C++ Standard Library by Steve Heller.

If you've got some experience --> C Programming Language, 2nd Ed by Brian W. Kernighan, Dennis M. Ritchie (yeah, I know it's not C++ but you need the grounding)

My 2 cents
 

imported_hector031

Junior Member
Apr 6, 2005
4
0
0
We have both "The C++ Programming Language" by Stroustrup, and "The C++ Standard Library" by Josuttis in our office. I find myself using the Josuttis book almost exclusively though.