+ 1
It depends on how you want to output information. You can use cout: cout << "a \b c"; Or: cout << "a" << "\b" << "c"; Or: cout << "a \b\b\b c" << endl;
23rd Dec 2017, 6:29 PM
CuriousCI
CuriousCI - avatar