i'm trying to show this:
Hello.
[CLEARSCREEN]
Hello..
[CLEARSCREEN]
Hello...
[CLEARSCREEN]
Hello.
[CLEARSCREEN]
...
but it doesn't seem to work. what
C++
Highwayman1) flush your output every time
2) think very carefully about where you put the clear command
3) at the very least use ANSI codes and not shell commands for your clear command.4 years ago