
please wait
|
|
cout << flush
or you can use cout << endl
which is basically a newline + flush:
|
|
|
|
just wondering do the console based game's use the same technique ? |
flush
to flush the output. Try using '\r'
(carriage return) instead of "/r"
( a two character string) This might work
|
|