Someone please help me figure out why this code isn't producing any screen output. I've been racking my brain all weekend and my solutions looks like the console...empty. When I compile the program, it seems to be fine. I run the program and the MS DOS window pops up but the cursor just blinks...Nothing
Someone please HELP me
This is the code I've written (using code blocks):
Thanks for the suggestion, but I tried that (or something similar) before I posted the code, I think the problem is more fundamental. I'll be darned if I can figure it out.
About to check digit ...
Not a digit ...
About to check digit ...
About to read from file ...
Date and Times read are:
11 2 27 20
My guess is that you're not opening the file. Add some debug to check if the file open works. Be sure that the data file is in the same directory as your executable.