Search:

Type: Posts; User: mjr

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Exactly what I needed. Should have thought about this myself. Thanks headed your way.
  2. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Norm:

    Thanks for asking. Before I post the code, yes, I understand that I shouldn't "hard code" paths to files (i.e. C:\MyFiles\somefile.txt), because of the various file systems on various...
  3. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Good question. Yes, I have. I neglected to mention that.

    When I try to do that, the only thing that gets written to the file is the final object. I'm assuming what actually happens is that it...
  4. [SOLVED] Persisting multiple objects of the same type to a file.

    Let's say I have a class called "Names", and it has two properties: firstName and lastName.

    And let's say I want to persist the data to a file.

    And let's assume that the first time the...
Results 1 to 4 of 4