home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13105 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1010 b   |  25 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!utcsri!torn!cunews!petras
  3. From: petras@scs.carleton.ca (juraj petras)
  4. Subject: persistant objects
  5. Message-ID: <1992Aug31.184151.13768@cunews.carleton.ca>
  6. Sender: news@cunews.carleton.ca (News Administrator)
  7. Organization: School of Computer Science, Carleton University, Ottawa, Canada
  8. Date: Mon, 31 Aug 1992 18:41:51 GMT
  9. Lines: 14
  10.  
  11. Hi,
  12.  
  13. I am novice in C++ world but with experience with C and Smalltalk. The C++ is my
  14. implementation language for the persistant object base for my thesis.
  15.  
  16. Is there better way to store objects on secondary storage than  to provide or to inherit from the base functions "retrieve from stream" and  "save to stream" for each class which instances have to be persistant.
  17.  
  18. I have just started to read this group. If this topic was already discussed,
  19. I would appreciate some summary. If not, go ahead with comments.
  20.  
  21. Thank in advance.
  22.  
  23. Juraj (George) Petras, School of Computer Science, Carleton U., Ottawa
  24. email: petras@scs.carleton.ca
  25.