Search:

Type: Posts; User: Programming_Hobbyist

Search: Search took 0.11 seconds.

  1. Re: Java giving me anomalous results again

    A 6 hour break aughta do it.
  2. Re: Java giving me anomalous results again

    A simple error. Too many hours of continuous programming.
  3. Re: Java giving me anomalous results again

    Oh - figured it out:

    while ((temp1 = reader1.readLine()) != null) {
    people_array[count] = new person();
    people_array[count].name = temp1;


    I create a new object for each line - and set its...
  4. Re: Java giving me anomalous results again

    Already did that, it gets lost at the savefile() method. I reckon it has something to do with objects and arrays. Some sort of java unrefinement. It saves the line of the file to the .name...
  5. Java giving me anomalous results again

    Greetings. Now this is a serious error, but it can probably be fixed by doing something simple. I read the contents of the saved file, with all the person and other information. I save the...
Results 1 to 5 of 5