i just recently made a program that used a for loop to delay a second ( well actually close to a second as i could quickly come) , but the only problem was i had to loop it about 240 million times per second. To me that seems a little redundant and using too many resources for such a simple task. Im not sure becuz i havent gotten to work with any <time> included files yet, so this is the closest ive came to controlling the timing.
is there a more simple, less resource using way???