Text Justification. Create a project titled Lab7_TextJustify. Repeat the assignm
ID: 3676842 • Letter: T
Question
Text Justification. Create a project titled Lab7_TextJustify. Repeat the assignment assuming that the input comes from a file such as this one. The input file is guaranteed to have lines under 80 characters. You do not need to move words between lines. You can save the example file in your computer (cut-and-paste is acceptable) in file unjustified.txt. In Visual Studio, you can just add this file to your project just as you do with source and header files. The output of your program should go to a different file named justified.txt. For the above example file, the output file would look like this Again, you can add this file to the project and observe its contents.
Hints: You may reuse the code from the first part of the lab assignment. Putting it in a separate function will make the code more modular. This code demonstrates how to read a file line-by-line.
Make sure your programs adhere to proper programming style. Submit your projects to the subversion repository. Do not forget to verify your submission on the web.
Explanation / Answer
The program basically involves opening a file in the read mode and reading from it line by line .we can do this by opening the file unjustified.txt through c++ programming.This involves:
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.