+ 2
How to write vertical text in c++
Can anyone tell me how to write vertical text in c++. It would be of great help. Thank you.
4 Antworten
+ 7
just insert \n in between each letter
+ 5
Thanks I needed this answer also!
+ 5
Have you tried \v (Vertical Tab)? It positions the cursor to the position directly below the position where the last print command occurred.
Ill test if it works on sololearn too, as \t doesn't.
0
\n isn't of much help so is there any other alternative.