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