C++ Templates


Templates provide a convenient and quick way to implement many of the Abstract Data Types.

  1. Demonstration of the vector template.

  2. Demonstration of the list template.

  3. Demonstration of the deque template.

  4. Demonstration of the set template.

  5. Demonstration of the map and multimap templates.

  6. Demonstration of the stack template.

  7. Demonstration of the queue template.

  8. Demonstration of the priority_queue template.