These notes are taken from various sources including Data Structures and other Objects Using C++, by Main and Savitch, and constitute a minimal review of what you are expected to know regarding C++. We will look at the development of a C++ class that expands the definition of the strings and vectors to first class data types. The full string and vector implementation can be found in your text. You may also review Stroustrup for more detail regarding the C++ language.