home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH09
/
A09122.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-08-25
|
289 b
|
6 lines
An overloaded operator is declared by preceding one of the valid
C++ operators with the word "operator". Overloaded operators must
have at least one user-defined type as an argument. Overloaded
operators are distinguished by the number and types of operands
used with the operator.