| |||||
| Sujet auquel vous répondez | |
|---|---|
| Sujet : [C++] Comment mettre un "wait 2 secondes before continue" :-) ? | |
| [SDF]Poire | Syntax
#include <dos.h> void sleep(unsigned seconds); Description Suspends execution for an interval (seconds). With a call to sleep, the current program is suspended from execution for the number of seconds specified by the argument seconds. The interval is accurate only to the nearest hundredth of a second or to the accuracy of the operating system clock, whichever is less accurate. Return Value None. Borland C++ 5.0 Programmer's Guide C porteable sous linux mais C pas le même header.... |
| Vue Rapide de la discussion |
|---|