Write a value returning function that prints the number of valid integer values contained in a data file. If the file contains any data that cannot be read as an integer, the function should return the number of integers that were successfully read prior to encountering the bad data, and print a message to standard error indicating that not all of the data in the file could be read. Hint: use the function header: int countInts (ifstream& file); and a precondition that file is defined.
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.