|
Sudoku Solver 1.0
|
Функции | |
| int | showMenu (const std::vector< std::string > &options, const std::string &prompt) |
| bool | askYesNo (const std::string &question) |
| std::string | askString (const std::string &prompt, bool allowEmpty) |
| int | askInt (const std::string &prompt, int min, int max) |
| void | clearScreen () |
| int ConsoleUtils::askInt | ( | const std::string & | prompt, |
| int | min, | ||
| int | max ) |
| std::string ConsoleUtils::askString | ( | const std::string & | prompt, |
| bool | allowEmpty ) |
| bool ConsoleUtils::askYesNo | ( | const std::string & | question | ) |
| void ConsoleUtils::clearScreen | ( | ) |
| int ConsoleUtils::showMenu | ( | const std::vector< std::string > & | options, |
| const std::string & | prompt ) |