Wyo C++ - Ch. 10 Notes

Objective #1: Use enum.

Sundaes mySundae, yourSundae;

Objective #2: Understand what structures are and how to use them.

Please note that some of the following topics are not tested on the AP Computer Science A Exam. AP students should check College Board's Web site for specific details on what topics ARE part of AP C++ A Subset and what topics ARE NOT part of the A Subset.

Objective #3: Understand the basics of pointers.

Objective #4: Declare pointers.

Objective #5: Use the address-of operator and dereferencing operators.

Objective #6: Use pointers with character arrays.

Objective #7: Use subscript notation with built-in C++ character arrays.