Write a void function called SkipToEmptyLine that takes an ifstream (infile) as an In/out parameter, and that reads lines from the file until it finds a line that contains no characters. It should then return the number of lines skipped via an int parameter called skipped. 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.