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