home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18695 < prev    next >
Encoding:
Text File  |  1993-01-05  |  654 b   |  16 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!microsoft!wingnut!pauljo
  3. From: pauljo@microsoft.com (Paul Johns)
  4. Subject: Re: Simulate "Pointer to char" by an array
  5. Message-ID: <1993Jan05.021607.21731@microsoft.com>
  6. Date: 05 Jan 93 02:16:07 GMT
  7. Organization: Microsoft Corp., Redmond, Washington, USA
  8. References: <803@ulogic.UUCP> <1992Dec30.172241.11378@dcs.warwick.ac.uk>
  9. Distribution: usa
  10. Lines: 4
  11.  
  12. The previous posters' ideas are right, but be SURE you understand
  13. how to write your own assignment operator, copy constructor, and
  14. destructor before you try this.  Time you spend learning this
  15. crucial information will save you hours of painful debugging.
  16.