• 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.

Reccomendations for good C++ book?

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