+ 1
Timer?
Ok, this might sound like a fun question bc I’m new to C++ but is there something that can delay your input by a few seconds? Example: int x; cout << “hello”; cin >> x; Is there a way to delay the cin from happening leaving enough time for someone to read hello?
1 Antwort
+ 3
I mean that already happens , i just don't see how cin happening at anytime after cout will prevent the message from displaying . If you are talking about sololearn it's a different thing and you can't change that .