Search:

Type: Posts; User: bilmiyor

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    13,234

    Exactly, I tried the sleep function now and...

    Exactly, I tried the sleep function now and realised it simply waits not outputs as it waits.

    The last one in the FAQ link does the job though.

    Thanks for the help!
  2. Replies
    10
    Views
    13,234

    Thanks for that link, I was searching for "timing...

    Thanks for that link, I was searching for "timing loop" etc and it didn't throw that up. I will have a good read of it.

    Thanks for the example also, I will give the Sleep() a try out in my program.
  3. Replies
    10
    Views
    13,234

    I'm using Windows XP and Microsoft Visual C++...

    I'm using Windows XP and Microsoft Visual C++ 6.0's inbuilt compiler.

    The only thing that occurred to me was a for-loop, what would be the other possibilities of implementing a time delay?
  4. Replies
    10
    Views
    13,234

    Timed loop in C program

    Hi,

    I am writing a program that must have some timed loops in it. Basically I wish to get my program to loop, outputting a value, until a certain time, then break. I know how to use a for loop to...
Results 1 to 4 of 4