I'm sorry if this is in the tutorial, but I've looked to were I though it should be, and its noth there. Can some one please tell me the string of code for the program to wait a certain amount of time. Ex. A code line that makes the program wait 1 second or 2 or 3 ect.
Thanks guys...I was wondering if there was some 'sleep' that would simply block the thread for that time and not just hog the CPU. Sleep() relinquishes the CPU for that time period, right?