I have the following output column header:
Type Pass Cap Load Cap DOT License Serial Number
------ --------------- -------------- ------------------ ---------------------
How would I use std::fixed to line up my output with the columns?
Type Pass Cap Load Cap DOT License Serial Number
------ --------------- -------------- ------------------ ---------------------
How would I use std::fixed to line up my output with the columns?
Comment