Courseware

Slides and more (“Notes folder”; university OneDrive)

Software (after Add/Drop deadline)

Textbook (required)

Big C++; Cay Horstmann and Timothy Budd; Wiley Publications; ISBN: 978-0-470-38328-5

Student Companion Site

Reference books

Absolute C++; Walter Savitch; Pearson Publications

C++ How to Program; H. M. Deitel and P. J. Deitel; Prentice Hall

Introduction to Programming with C++; Daniel Liang; Pearson Publications

C++ Standard

C++ Standard

Large PDF file: Document N4659: Final working draft of C++17 (the version voted by ISO as the current standard)

Working drafts of C++ Standard

C++11 FAQ (old, but gold)

C++ Reference (unofficial, but quite accurate)

Support for C++ Standard in various compilers

Implementations

Get Started (also lists online compilers)

GCC, the GNU Compiler Collection

Visual C++

Learning

Tutorials

Books (with reviews)

CodeStepByStep

More C++ Idioms (advanced)