home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH07
/
A071271.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-30
|
260 b
|
6 lines
The compiler can supply an assignment operator for a class, as
well as a default constructor, a copy constructor, and a
destructor. These compiler-supplied defaults are inadequate when
the class data members are pointers to dynamically allocated
memory.