Google
 

Monday, January 17, 2011

C++ Primer, Fourth Edition Notes Chapter 17. Tools for Large Programs

Part V covers additional features that, although useful in the right context, are not needed by every C++ programmer. These features divide into two clusters: those that are useful for large-scale problems and those that are applicable to specialized problems rather than general ones.

 

Section 17.1 Exception Handling

Section 17.2 Namespaces

Section 17.3 Multiple and Virtual Inheritance

No comments: