Wyo C++ - Chapter 13 Resources

Ch. 13 Vocabulary

Ch. 13 Lecture Notes

Ch. 13 Crossword Puzzle

Ch 13 Worksheet #1 - becoming familiar with apstring.h

Ch. 13 Worksheet #2 - more questions about apstring.h

Ch. 13 Worksheet #3 - describing all of the member functions of apstring

Ch. 13 Worksheet #4 - writing functions that use apstrings

Ch. 13 Worksheet #5 - writing more functions that use apstrings

Ch. 13 Worksheet #6 - writing functions that use apstring and istream parameters.

Ch. 13 Worksheet #7 - writing function that use apstrings.

Ch. 13 Worksheet #8 - writing functions that use apstrings.

apstring.h

apstring.cpp

Ch. 13 Demo Programs

Demo Program #1 - using AP strings
Demo Program #2 - using AP strings with getline
Demo Program #3 - implementing a modifier method
Demo Program #4 - using an apstring accessor method
Demo Program #5 - using const reference parameters
Demo Program #6 - using structs & const
Demo Program #7 - this client program uses just about every member and free function of the apstring class

"On the Net" Topics

Ch. 13 Programming Assignment