C & C++ Books

C++ GUI Programming with Qt 3
not only the best book on Qt I have ever seen, but also the best book presenting any programming framework.

How to Think Like a Computer Scientist C++
The goal of this book is to teach you to think like a computer scientist. Because they combine some of the best features of Mathematics, Engineering, and Natural Science.

Thinking in C++, Volume 2: Practical Programming
one of the easiest to read and most definitive titles for C++

C++ Essentials
This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features.

Industrial Strength C++
Industrial Strength C++ can be downloaded in pdf format. The contents are Naming, Organizing the code, Comments, Control flow, Object lifecycle, Conversions,