Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Given a text file, you want to add margins to it. In other words, you want to pad either side of each line with some character so that each line is the same width.
Example 4-28 shows how to add margins to a file using streams, strings, and the getline function template.