Does anyone know how to slow down the computer's text output to the screen? I'm trying to write a short text program that displays the output a little at a time so that the user will see the text as it's being written.
I just wanted to have it pause between outputting the letters. (For emphasis on a certain part of the output.) Anyway, I found this in the Visual C++ help files, and it served my current purposes. Now I'm just trying to learn a little more about the <ctime> header. Thanks.