Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Time help

Ive been searching around and I cant find any reliable information on using time in C++, I dont mean putting in a command then the program replies with the time. I want to make it so when the user puts in a command the program will wait a couple seconds before responding.

Thanks alot everyone for the help so far
Keep up the good work helping me and giving us reliable information ^_^
[398 byte] By [theillbehaviore] at [2007-11-11 10:24:53]
# 1 Re: Time help
look at the sleep function, it will suspend the thread/process for X milisec
jonnin at 2007-11-11 20:58:55 >
# 2 Re: Time help
Thats exactly what I needed; thanks alot
theillbehaviore at 2007-11-11 20:59:56 >