Maybe you could use setw() instead of tabulators?
Maybe you could use setw() instead of tabulators?
J-P Nurmi
Tabs will tab to the next tab column, which are eight spaces wide. If you look at your output, you will see that you are off eight spaces. This is a common problem when trying to line up columns with \t characters.
Bookmarks