CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Posts
    5

    object array write file

    My objects are assigned there values useing set and retrived using get.

    how do i get the object from the 2d array or even 1d array from the file its
    written to . I'm using a sequential file ?

    finding it hard to find a way to use x and y loop to write to and retrieve
    the correct object !!!! ouch.

    Anyone know how to handle objects ?






  2. #2
    Join Date
    Apr 2000
    Posts
    5

    Re: object array write file

    can i somehow use an objectoutput stream to the disk to let it know that the first object is [0][0] etc, etc. ? then similar inputstream to retrieve the object i want ????
    thanks to anyone who has any ideas

    mike.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured