Go to the source code of this file.
Functions | |
int | getInt (const std::string &message) |
Get an integer from the standard input and keep asking until it does not received an integer. More... | |
int getInt | ( | const std::string & | message | ) |
Get an integer from the standard input and keep asking until it does not received an integer.
message | A string (char* in fact) with the error message to print if something goes wrong. |