I've never used Turbo C++, but you can get similar results by moving the cursor backwards, and then replacing the letters with white spaces.
std::cout << "2 + 2 = 4\b5" << std::endl; // replaces 4 to 5
std::cout << "erase\b\b " << std::endl; // replaces "se" with white spaces
LRRR
Junior Poster in Training
55 posts since Dec 2011
Reputation Points: 22
Solved Threads: 15