I'll provide an example:
Lets say I want to display this: "Purpose of \r"
I type in the global stream object cout: std::cout << "Purpose of \r";
But I end up with this displayed in the console: ""
I'll provide an example:
Lets say I want to display this: "Purpose of \r"
I type in the global stream object cout: std::cout << "Purpose of \r";
But I end up with this displayed in the console: ""