vmthanh-bi/Laying-out-text
Program that reads all of the text from a provided file, prompts the user for a maximum line length, and prints the text out optimally broken into lines of length less than or equal to the given maximum.
C++
Program that reads all of the text from a provided file, prompts the user for a maximum line length, and prints the text out optimally broken into lines of length less than or equal to the given maximum.
C++