March 2013
Intermediate to advanced
1068 pages
30h 20m
English
16
Templates, Operator Overloading, and Exceptions
KNOWLEDGE GOALS
To understand the concept of a template.
To know what a generic operation is.
To understand the concept of an exception.
SKILL GOALS
To be able to:
Write a C++ class template.
Code the instantiation of a class template.
Write function definitions for members of a template ...