home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH09
/
A09134.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-10-19
|
295 b
|
6 lines
The overloading feature of C++ lets you extend the language
by creating an unlimited number of operators for user defined
types. However, you can not change the meaning of the operators
for types that are built-in. For example, you cannot redefine
the plus operator to subtract integers.