[Solved] How can I cancel an inputting when a previously defined time is over
[ad_1] It practically is operating system specific, since the C++11 (or C++14 or C++17) standard don’t offer any such facilities (the only standardized way of getting input being C++ streams such as std::istream or C stdio files à la FILE*). You probably need some external libraries. On Linux or POSIX systems, consider (for a terminal … Read more