CPP05 1.0
|
Main function to test the Bureaucrat class. [詳解]
関数 | |
void | print_header (const std::string &title) |
Prints a formatted header to the console. | |
int | main () |
Main entry point of the program. | |
Main function to test the Bureaucrat class.
This file contains a series of tests to demonstrate the functionality of the Bureaucrat class, including valid and invalid creation, grade manipulation, and exception handling.
main.cpp に定義があります。
int main | ( | ) |
void print_header | ( | const std::string & | title | ) |