Search:

Type: Posts; User: Helplessdrowningpuppy

Search: Search took 0.19 seconds.

  1. [SOLVED] Re: Two questions, 1st having to do with File I/O, second needing advice on how to process contents from an input file

    I fixed up the code for readability, my prof has weird formatting guidelines. The problem still remains that the file isnt being found though. I've tried deleting it and creating a new one with no...
  2. [SOLVED] Re: Two questions, 1st having to do with File I/O, second needing advice on how to process contents from an input file

    Thank you for the tip on the try catch construct, I thought because the file obviously existed I didn't need to put anything in for exceptions but I guess not. When I compile the program now though...
  3. [SOLVED] Two questions, 1st having to do with File I/O, second needing advice on how to process contents from an input file

    So my assignment is to read these values from an input file which I previously created. The 10 values represent miles traveled and I convert them using some formula my prof gave me to get the total...
Results 1 to 3 of 3