CS 3050, Fall 2005
Lab 1

Write a C++ program which reads a file, specified on the command line and reports the longest line (ended by carriage return) in the file. It should output both the text of the line and the length of the line.

More details to come.