I don\'t know exactly how to word a search for this.. so I haven\'t had any luck finding anything.. :S
I need to implement a time delay in C.
for example I w
What operating system are you using? I know that on windows, you can do something like this:
//include crap #include int main () { //do things Sleep(/* ur wait time in ms */);// wait for param1 ms //continue to do things }