I was wondering how I could make my program wait so many seconds, and then go on. I am using Bloodshed Dev C++ on Windows ME.
Thanks
This is a discussion on Wait on Bloodshed Dev C++ within the C++ Programming forums, part of the General Programming Boards category; I was wondering how I could make my program wait so many seconds, and then go on. I am using ...
I was wondering how I could make my program wait so many seconds, and then go on. I am using Bloodshed Dev C++ on Windows ME.
Thanks
sleep(put seconds here); // in dos.h
Please direct all complaints regarding this post to the nearest brick wallHave a nice day.