Write a void function called GetNonemptyLine that takes an ifstream (infile) as an In/out parameter, and that reads lines from the file until it finds a line that contains characters. It should then return the line via a string parameter called line. Document the data flow of the parameters with appropriate comments.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.