Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ames!apple!well!nagle From: nagle@well.sf.ca.us (John Nagle) Newsgroups: comp.lang.c++ Subject: I/O for objects Summary: What's current thinking on how to do I/O of linked objects Keywords: object class read write Message-ID: <23807@well.sf.ca.us> Date: 25 Mar 91 04:02:51 GMT Distribution: comp Lines: 8 What's current thinking on how to write out a linked structure of class objects in C++, when the purpose is to read it back in later? This is of course easy to do in LISP, and hard in C. Lacking polymorphism, it will be hard in C++ as well, but perhaps someone has some good ideas, or better, class libraries. John Nagle