home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15882 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!wupost!usc!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!news.Hamburg.Germany.EU.net!hactar!tmphactar!newsgate
  2. X-Mail-Path: hactar.hanse.de!mcshh.Hanse.DE!Germany.EU.net!cat.uucp!startsn1
  3. From: startsn1@cat.de (Wolfgang Schrecker)
  4. Subject: exchanging object between computers
  5. Sender: news@hactar.hanse.de (Where No News Have Gone Before)
  6. Message-ID: <m0mnH9d-0000FyC@cat.de>
  7. Date: Fri, 06 Nov 1992 01:02:25 +0200
  8. Newsgroups: comp.lang.c++
  9. X-Gateway: hactar.hanse.de to comp.lang.c++; Fri, 6 Nov 1992 03:59:18 +0100
  10. Lines: 9
  11.  
  12. Well, the idea is to exchange objects between computers of different kind
  13. using XDR for instance. The problem is when packing the elements of an object
  14. via XDR how would I know the different types that make up my object in order
  15. to pack them. I do not want the packing methods in the original classes,
  16. because it should not make a difference for an object if at any time I might
  17. want to send it somewhere.
  18. Any Ideas ??
  19. post to this newsgroup or email to above address or to 'schreckr@cat.de'
  20. Thanks
  21.