C++ Books and Resources
Getting your C++ code to work:
C++ books
You can use a C++ book of your choice.
A couple of references:
-   C++ Primer,  
 S.B. Lippman & J. Lajoie,
 3rd edition, Addison-Wesley, 1998.
 
-  The C++ programming language,  
 B. Stroustrup,
 Addison-Wesley, 
2nd ed., 1991.
Online resources