Automatically exported from code.google.com/p/thinkcpp
This source code was created at a time when the AP exam used C++
Now that is no longer the case, so it would be better to use the std::vector and std::string classes rather than apvector and apstring
A few other minor changes need fixing such as
int main()
instead of
void main()