Click here to send us email or ask for information
Advanced C++ Hands-On Exercises

Name:

Purpose:

Namespace

Show the effects of namespaces

Standard Exceptions

Practice using ANSI C++ standard exception classes

New Style Casts

Practice using the ANSI C++ Standard casts

Iterators

Demonstrate a standard way to traverse any collection

Vectors

  1. Show what member functions and operators must exist in classes placed in vector containers
  2. Show that once that condition is met, your class can be placed in any sequence container without changing any code.

Merge

Practice using several different containers with large data sets

[C++ Curricullum] [CPP 155] [CPP 172] [CPP 355]