176 Views
This second edition includes the latest C++ standard, C++11, and is based on the great first edition written by Nicholas A. Solter, Scott J. Kleper. The book is published by Wiley/Wrox.
3 comments
dpeterson
10/11/2011 11:19:59 PM
Hmm, I might have to pick up a copy. I have a love/hate relationship with C++, maybe C++ 11 will make me love it again? I wonder if that includes the C++ 0x standard being worked on?
Noldorin
10/12/2011 12:17:24 PM
C++ 11 is simply the renamed C++ 0x standard, as I understand. It was taking too long to standardise/get out the door, so they finally renamed it. The problem is, when will common compilers actually get around to implementing the new standard (namely, MSVC++ and GCC).
Noldorin
10/12/2011 12:18:47 PM
In related news, I'm enjoying (as much as I can with C++) getting back into the language with "Accelerated C++". It has a pretty unique approach to teaching that actually works quite well. You might summarise it as "practicality over fundamentals".