home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12663 < prev    next >
Encoding:
Text File  |  1992-08-20  |  590 b   |  17 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!cs.utexas.edu!asuvax!ncar!csn!evolving.com!dxs
  3. From: dxs@evolving.com (Dan Stanger)
  4. Subject: class used only once
  5. Message-ID: <1992Aug20.171413.49157@evolving.com>
  6. Date: Thu, 20 Aug 1992 17:14:13 GMT
  7. Organization: Evolving Systems, Inc.
  8. Lines: 7
  9.  
  10. i am developing a program containing a set of routines and data
  11. where the data would have only one instance of it.  i am interested
  12. in comments regarding making it a class vs putting it in a seperate
  13. file and only exporting the routines that i need.
  14. any comments would be appreciated.
  15. thanks, dxs
  16.  
  17.