--- "johnmatthews2000" <jm5...@...> wrote: > > 6. You need to check whether rebase_stats.txt exists before you attempt to > read it, and create it if it doesn't. The current code returns EXIT_SUCCESS > if it can't read it - should be EXIT_FAILURE?
I applied you suggestion, but I do not know if it is a good idea as: 1) Most console users are programmers or sysadmins, and they are not always in the same directory. 2) I could create the file in /home/username/ ,but I always have Mingw in my mind, and I did not check if getuid and getpwuid are available there.
