一、程序清单 tabtenn0.h // tabtenn0.h -- a table-tennis base class #ifndef TABTENN0_H_ #define TABTENN0_H_ #include <string> using std::stri...