I want to align the text vertically, for horizontal alignment I use setw(n); Is there something like that only for vertical  alignment?
For example:
Numbers are char type
123
456
789
I want to make vertical space between them. Is there a function to do that?
123
345
 
    