C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
|
| < Day Day Up > |
|
Learning Objectives
-
Explain how to achieve static polymorphic behavior through the use of templates
-
Explain how to write generic code using templates
-
Describe the concept of a template class
-
Explain how to declare and implement function templates
-
Explain how to declare and implement class templates
-
Explain how to declare and implement class member function templates
-
Demonstrate your ability to declare and implement single parameter template classes
-
Demonstrate your ability to declare and implement multiple parameter template classes
-
Explain how to use components of the C++ Standard Template Library in your C++ programming projects
-
State the purpose and use of STL iterators, algorithms, and containers
-
Demonstrate your ability to utilize class and function templates to create generic code in support of your C++ programming projects
|
| < Day Day Up > |
|