Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Cannot get the program to write and display properly

    Change the logic to put the , before the number except for the first one:
    2
    , 4
    , 6
  2. Re: Cannot get the program to write and display properly

    Have you looked in the numbers.dat file to see what was written?
  3. Re: Cannot get the program to write and display properly

    Yes, that looks like what I was talking about.
    Can you post the program's output that shows what you are talking about.
    Add some comments saying what the problem is.


    Have you looked in the...
  4. Re: Cannot get the program to write and display properly

    The default when you write to a file is to erase the old data in the file and replace it with the new data.
    There is an option in the FileWriter class's constructor to change that action to append...
Results 1 to 4 of 4