Clean up echo outputEnded up doing this, should work for most cases: [code]cout << left << setw(15) << name << setw(3) ...
Clean up echo outputAm I reading your response correctly in that you've provided the data from the input file manually? ...
Clean up echo outputIs there any way to use left or right manipulators to work here with setw()? I've been experimenting...
Clean up echo outputIn addition to echoing the input file my program also must calculate the average scores for male and...
Clean up echo outputI am writing a program that echos an input .txt file. The .txt file looks like this: (I put this in ...
This user does not accept Private Messages