Non-standard Functions
C++ is officially defined by an ISO standard (most recently, ISO/IEC 14882:2003). However, some compilers support extra functions that are not included in the standard. These non-standard functions are not guaranteed to work across different platforms.
sleep | wait for N seconds |
usleep | wait for N microseconds |