Hi,
when using std::cin >> x; for getting a variable from user
the program is halted until the user inputs something. but
i want to have a time out (e.g. 10 seconds) which after
that the program continues with a default option.
how cant I get such a functionality?

Thanks in advance