C++ Review for Test 1: List of Topics Covered
 

This is a list of topics intended as a checklist to help you recall what topics have been covered, both in lecture class and in the textbook. Many examples have been viewed, as well -- most of these are in the textbook or linked from the online notes. The specific code examples are mostly not mentioned here -- just the topics. Be sure to refer to the provided code examples when you review, as needed.

Classes and Objects

Object

Class

DDU Design Model

Building Classes



Compilation and Debugging

Building a program

Debugging

Debugging tips given
 


More About Building Classes


Operator Overloading

Members vs. Non-members

Operators discussed so far


Aggregation/Composition Relationship


Arrays and Classes

Arrays of Objects

Arrays as member data

Card game example and Array Techniques