WernerSchwarz
Programmer
Does anyone know how to make a for-loop that goes 1 Second no more, no less?
an idea:
for (x=0;x<10000;x++)
{
}
This should make the program wait a little while and then continue but i don't know what for a number i need for one Second.
an idea:
for (x=0;x<10000;x++)
{
}
This should make the program wait a little while and then continue but i don't know what for a number i need for one Second.