I\'ve been trying to format the output to the console for the longest time and nothing is really happening. I\'ve been trying to use as much of iomanip
as I can
Give up on the tabs. You should be able to use io manipulators to set the field width, the fill character, and the format flag (to get left or right justification). Use the same values for the headings as you do for the data, and everything should come out nicely.
Also beware that you've switched Rating and Acres in your example.