|
| | Sample Chapter: "Performing Operations," from C++ Programming in Easy Steps, October 2005, by Mike McGrath. Discusses arithmetical operators, logical operators, assignment operators, conditional operators, size of operator and operator precedence. | http://www.ineasysteps.com/resources/samples/1840782951.pdf
|
|
| Sample Chapter: "Getting Started," from C++ Primer Plus, 5/E, November 2004, by Stephen Prata. Discusses learning C++, the origins of C++, the C language, C programming philosophy, object-oriented programming, C++ and generic programming, and the genesis of C++.
| http://www.amazon.com/C%2B%2B-Primer-Plus-5th-Sams/dp/0672326973/sr=1-1/qid=1168370485/ref=pd_bbs_sr_1/002-1488058-7652043?ie=UTF8&s=books
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
| | Sample Chapter: “C++ Memory and Resource Management,” by Stephen Dewhurst from the book, C++ Gotchas: Avoiding Common Problems in Coding and Design. Topics include failure to distinguish scalar and array allocation, checking for allocation failure, replacing global new and delete, confusing scope and activation of member new and delete, throwing string literals, improper execution mechanisms, abusing local addresses, failure to employ resource acquisition is initialization and improper use of auto_ptr. | http://www.informit.com/articles/article.asp?p=30642
|
| |
|
| | Sample Chapter: “Smart Pointers in C++,” by Andrei Alexandrescu from Modern C++ Design: Generic Programming and Design Patterns Applied. Topics include smart pointers, storage of smart pointers, smart pointer member functions, ownership-handling strategies, the address-of operator, implicit conversion to raw pointer types, equality and inequality, ordering comparisons, checking and error reporting, smart pointers to const and const smart pointers, arrays, and smart pointers and multithreading. | http://www.informit.com/articles/article.asp?p=31529
|
| |
| |
| |
|
| | Essay: “Stroustrup on C++: C++ in 2005,” by Bjarne Stroustrup—the creator of the C++ programming language. Looks back at the use of C++ over the last decade and possible directions for the next revision of the C++ standard. | http://www.informit.com/articles/article.asp?p=399090
|
|
|
| |
 |
|