|
Quaternity
|
This file defines user input functions. More...
Go to the source code of this file.
Functions | |
| void | flush () |
| Flush the input stream so it is empty for the next user input. More... | |
| Question | ask_question () |
| Ask the user to provide a question. More... | |
| Answer | ask_answer () |
| Ask the user to provide an answer. More... | |
This file defines user input functions.
Definition in file input.cpp.
| Answer ask_answer | ( | ) |
Ask the user to provide an answer.
Definition at line 37 of file input.cpp.
| Question ask_question | ( | ) |
Ask the user to provide a question.
Definition at line 25 of file input.cpp.