I have designed my own version of cout called gcout that works like cout but in graphics mode. But I don't know the idea behind how to make a caret (or a cursor that blinks).
Does this caret thing have to do something with threading in turbo c++? If so how to achieve such a task?