Wyo C++ - Chapter 10 Resources Ch. 10 Lecture Notes - structs Ch. 10 Demo Program #1 - the use of pointers. (Not important for the AP exam.) Ch. 10 Demo Program #2 - the use of nested struct variables Ch. 10 Demo Program #3 - the use of constructors and initializer lists in struct's Ch. 10 Demo Program #4 Ch. 10 Demo Program #5 - the use of enum and passing struct variables by reference Ch. 10 Demo Program #6 - the use of struct variables Ch. 10 Demo Program #7 - the use of struct variables Ch. 10 Demo Program #8 - the use of enum Ch. 10 Demo Program #9 - the use of typedef Ch. 10 Demo Program #10 - the use of typedef Ch. 10 Worksheet #1 - tracing code with typedef & enum Ch. 10 Worksheet #2 - writing struct definitions and member functions Ch. 10 Worksheet #3 - computeGrade function Ch. 10 Worksheet #6 - wholeName function Build a program that demonstrates Ch. 10 topics including:
|