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