C++ ProgrammingObject Oriented Programming in C++ by Nicolai M. Josuttis
As the title hints, this book aims to give readers an introduction to the features of C++ that support Object Oriented programming. It also introduces some of C++'s more powerful non-object oriented features and some of the newer additions to the language. The text is written in an easy to follow manner with many examples and case studies. Geared more toward the beginner, this book is a great place to start out, especially for those with experience in other higher level languages.
The C++ Programming Language by Bjarne Stroustrup
C++ for Game Programmers, Second Edition by Michael Dickheiser
"C++ for Game Programmers, second edition is a completely updated and expanded edition of this best-selling reference. As with the first edition, the book is not intended to replace foundational C++ books and reference material: instead, it supplements them by putting everything into perspective from a game-development point of view. The book points out the most effective C++ practices and steers you away from the potentially dangerous ones. It describes common C++ techniques to solve specific problems most game developers face.
The second edition includes a wide variety of new, improved examples and illustrations, while preserving the core material from inheritance, performance, memory management, and STL to object creation, object serialization, and scripting languages. In addition, three new chapters have been added to meet the needs of today’s game programmers. The first new chapter, C++ Design Patterns, covers the high-level problem-solving constructs that are most commonly found in games and other interactive applications. After the introductory chapters on the Standard Template Library, you’ll find a new chapter, Beyond STL: Custom Structures and Algorithms, which provides a detailed hands-on discussion of using C++ to create efficient solutions to difficult problems in a highly structured manner. Finally, the new C++ and Scripting chapter covers the ever-increasing use of embedded scripting languages and the many ways scripting can increase productivity without compromising the power and philosophy of C++." -- Charles River Media.
Effective C++: 55 Specific Ways to Improve Your Programs and Designs by Scott Meyers
Exceptional C++ by Herb Sutter
Thinking in C++ by Bruce Eckel
C++: A Dialog by Steve Heller