| 56 | std::cerr << "The input b is " << b << ", and should be in [1990, 2020]." << std::endl; |
| 57 | } |
| 58 | static size_t getTotal() {return student_total;} |
| 59 | // the declarations, the definitions are out of the class |
| 60 | void setGender(bool isMale); |
| 61 | void printInfo(); |