Wrong outputting the input file.But that just prints space before words.
Wrong outputting the input file.[quote]So what exactly is A[i].V and A[i].P? [/quote] First name and Last name. [quote]It appears t...
Wrong outputting the input file.[code] for(int i = 0; i < n; i++) { fr << A[i].V << " " << A[i].P << setw(10); ...
Wrong outputting the input file.Doesn't setw() only create raw spaces ? That would not really work since the size of names is diffe...
Wrong outputting the input file.http://www.cplusplus.com/reference/iomanip/ I cannot find any manipulator in the reference that cou...
This user does not accept Private Messages