I have the following working code which produces formatted output using an ofstream, however I feel that all of the repeated format specifiers make it hard to read. Is there any way to set the precision, width and alignment permanently for a given stream, which would clean things up nicely?I have the following working code which produce