Prev Up Next
Go backward to 9/7/2001   A Look at Several C++ Classes, Focusing on Special Member Functions
Go up to News Archive
Go forward to 8/31/2001   STL Viewed as a Prime Example of Generic Programming

9/4/2001   A Further Look at C++ Function Templates, Focusing on Specialization and Overloading

 AP Wire Service

Specialization and overloading of function templates play important roles in building components of the C++ Standard Library. The following small code files were used in the presentation in today's class

Save these files to a local directory and compile and run them as is, and with small changes to different features to test your understanding of their role.

We also continued with the slides from last time on concepts, or "families of abstractions," as illustrated by sequence container concepts in STL.


 

Prev Up Next