|
Sudoku Solver 1.0
|
Пространства имен | |
| namespace | ConsoleUtils |
Функции | |
| int | ConsoleUtils::showMenu (const std::vector< std::string > &options, const std::string &prompt) |
| bool | ConsoleUtils::askYesNo (const std::string &question) |
| std::string | ConsoleUtils::askString (const std::string &prompt, bool allowEmpty) |
| int | ConsoleUtils::askInt (const std::string &prompt, int min, int max) |
| void | ConsoleUtils::clearScreen () |