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
system("timeout /t 60"); // waits 60s. this is only for windows vista,7,8 system("ping -n 60 127.0.0.1 >nul"); // waits 60s. for all windows