Listmania!
Advanced C++ books for senior developer
By an Amazon.com customer
The C++ Programming Language: Special EditionThe C++ Programming Language: Special Edition by Bjarne Stroustrup
Buy new: $52.15 / Used from: $18.99
Must have for any advanced C++ use. The book from the inventor of C++ language himself.
Inside the Object Model: The Sensible Use of C++Inside the Object Model: The Sensible Use of C++ by David M. Papurt
Buy new: $60.42 / Used from: $0.10
Concentrated. Good book to review your C++ knowledge and re-read at least once in 2 years.
The C++ Standard Library: A Tutorial and ReferenceThe C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis
Buy new: $62.39 / Used from: $19.77
Must have for any STL use. Can be used both as reference and reading material.
Imperfect C++: Practical Solutions for Real-Life ProgrammingImperfect C++: Practical Solutions for Real-Life Programming by Matthew Wilson
Buy used from: $77.19
Explains a lot of advanced topics not covered in other books.
Inside the C++ Object ModelInside the C++ Object Model by Stanley B. Lippman
Buy new: $37.25 / Used from: $20.91
Explains some details on how C++ compilers work. Inside look on how code is transformed during compilation process. A bit dated, but still interesting read on internals of compilation process.
Cross-Platform GUI Programming with wxWidgetsCross-Platform GUI Programming with wxWidgets by Julian Smart
Buy new: $31.49 / Used from: $24.52
Must have if you use wxWidgets for GUI development in C++.
The Definitive Guide to SQLiteThe Definitive Guide to SQLite by Mike Owens
Buy new: $43.99 / Used from: $35.63
Good book to have if you use SQLite embeded databases in your software. Works both as reference and reading manual.