Pause in VC++

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Ryoga2k
Posts: 21
Joined: Mon May 03, 2004 6:59 pm
Location: Asturias, Spain

Pause in VC++

Post by Ryoga2k »

Hi, I know this question has not much to do with Irrlicht but let's try:

Anybody knows how can I pause the execution of a program in VC++ 6 for N ms? Is there any function like delay(10000);?

Thx. :wink:
"There's always a way, if desire meets courage"
Conan of Cimmeria
Mr.Gluck
Posts: 82
Joined: Tue Aug 31, 2004 8:02 pm

..

Post by Mr.Gluck »

sleep(10000);
Ryoga2k
Posts: 21
Joined: Mon May 03, 2004 6:59 pm
Location: Asturias, Spain

Post by Ryoga2k »

I knew it had to be something like that. Thanks Mr.Gluck. :D
"There's always a way, if desire meets courage"
Conan of Cimmeria
Post Reply