Feb 19, 2013 at 1:26am
I'm trying to make a vertical tab using cout << "\v";
but all I get is a wierd looking char in the consol.
How do I make a vertical tab? Everywhere I look I'm told to use '\v'. But it doesnt work...?
Feb 19, 2013 at 1:51am
Are you sure your console can handle vertical tabs?
Feb 19, 2013 at 1:53am
What can I do to find out if it can? Isnt every console capable of handling vertical tabs? What can I use instead?
Feb 19, 2013 at 5:21am
This might be a dumb question... but can't you just print a bunch of newlines?
cout << "\n\n\n\n";