hey again, how cn i adjust the \t to neatly display a table of mostly numbers? is re another method other than tab?
This is a discussion on \t adjustment within the C++ Programming forums, part of the General Programming Boards category; hey again, how cn i adjust the \t to neatly display a table of mostly numbers? is re another method ...
hey again, how cn i adjust the \t to neatly display a table of mostly numbers? is re another method other than tab?
theres the gotoxy(col,row);
-
thanks but I found setw() in the iomanip.h, I think that'll work