Printing with fixed spaces

Posted by eriks on Stack Overflow See other posts from Stack Overflow or by eriks
Published on 2010-03-14T18:39:06Z Indexed on 2010/03/14 18:45 UTC
Read the original article Hit count: 248

Filed under:
|

I want to print two strings (say "ABC" and "DEF") with 5 space characters before "ABC" and that the second string will start 7 characters after the beginning of the first string.

© Stack Overflow or respective owner

Related posts about c++

Related posts about cout