Ray Devore's Notes
C++ Program Examples

Programs Related to Advanced C++ Topics

Relating const to pointers -- Program showing the relationships between const and pointers (whether the pointer is constant or the data is constant).

 

Literal Modifiers -- Program showing the various modifiers for literal numeric values.

 

Variable Argument List -- Program showing the use of functions with variable argument lists. Original question was asked by a member of the C++ Competition Team.

 

Flags -- Program showing the default values set for a stream and the possible flags and their values.

 

Fixed vs. Showpoint Showdown -- Program showing the use of ios::showpoint and ios::fixed

Classes

Constructors/Destructors for Base/Derived Classes -- Program showing the relationship of constructors and destructors in base and derived classes

Standard Template Library Topics

STL Examples

More to come


 

© Ray Devore 2008

Updated December 28, 2008

 

Valid XHTML 1.0 Transitional