- 1
And how do u use clrscr(); in codeblocks
when u won't it to blink out then blink in
5 Answers
+ 1
To clear the screen you can use
system("cls"); Windows
system("clear"); Linux
To erase last character you can output special '\b' character.
0
I don't get it why not
0
okay tnx it really helped guys