Absolute C++

Absolute C++, Global Edition

The second best book I would recommend for C++ but not for C++ 11. Another monster of quality, covering all the material needed in a concise and well organized way.

It contains a separate chapter for linked data structures and another one for design patterns. It is easy to read besides the fact that it is huge.

However, the book has some problems, like it does not focus on C++ 11. The chapter about design patterns (which is a must read) is not included in the printed version.

So if you are specifically interested in C++11 , I would avoid it. But if you are a beginner and want to build foundations it will give you a a pretty good start.

Leave a Reply