If we take the standard "Hello world" example, I want to send the output to the current cursor position, NOT to the console window. In fact, I would like the console window to disappear.
What I want to do is basically an autocorrect function: cin >> ae; cout << ä;
Grabbing the first part works, but sending the output to the right location proves surprisingly difficult, even after reviewing countless youtube videos...