What is the function to slow down the rate at which my data is display? It just flashes up onto the screen and I want it to scroll.
This is a discussion on Text Speed within the C++ Programming forums, part of the General Programming Boards category; What is the function to slow down the rate at which my data is display? It just flashes up onto ...
What is the function to slow down the rate at which my data is display? It just flashes up onto the screen and I want it to scroll.
This might help
C++ style 'zelda' text
No No's:
fflush (stdin); gets (); void main ();
Goodies:
Example of fgets (); The FAQ, C/C++ Reference
My Gear:
OS - Windows XP
IDE - MS Visual C++ 2008 Express Edition
ASCII stupid question, get a stupid ANSI