advanced c or c++ book

c, c++, programming-languages

Solution

Scott Meyers:

- Effective C++

- More Effective C++

- Effective STL

Problem

what is the most advanced c or c++ book you ever read? i am asking this because i already read lots and lots of books on c and c++ on a lot of topics including (object oriented programming-data structures and algorithms-network programming-parallel programming (MPI-PThreads-OpenMP-Cilk-Cuda)-boost library....). So whats next. I still want to advance.. especially in c.

Original source

Related problems