|
|
|
|
|
by fceccon
4953 days ago
|
|
After researching a bit on the net I chose C++ Primer 5/e (not C++ Primer Plus). The author uses some of the new features of C++11 in the examples (like constexpr, auto, list initializer etc.) so you get used to a modern C++ style, but for every new feature it tell you what it replaces so you can still maintain "old" code. The book in subdivided in 4 parts, the first part is about the language, the secondo part about the STL, the third part about advanced OOP and the fourth part about advanced stuff. Also the Kindle edition is really well done. |
|