J
James Leddy
Hello,
I need to write a program that will flash random numbers in the first line
of output. The first number flashed will only remain on the screen for
about 10 milliseconds. Then another number should appear in the same place
190 milliseconds later. I don't know how to approach the problem of
putting the standard output buffer back to the first point of output to
overwrite the number. I tried using fseek() on the standard output, but it
returned -1
I know that this can be accomplished. I just need a little bit of guidance.
Thanks for your help
I need to write a program that will flash random numbers in the first line
of output. The first number flashed will only remain on the screen for
about 10 milliseconds. Then another number should appear in the same place
190 milliseconds later. I don't know how to approach the problem of
putting the standard output buffer back to the first point of output to
overwrite the number. I tried using fseek() on the standard output, but it
returned -1
I know that this can be accomplished. I just need a little bit of guidance.
Thanks for your help