hey again, how cn i adjust the \t to neatly display a table of mostly numbers? is re another method other than tab?
Printable View
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