home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH12
/
A12095.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-09-13
|
289 b
|
6 lines
The implicit conversions that the compiler performs and the
explicit conversions that it allows make coding more convenient.
You do not have to continually overload functions to handle types
that are related. However, as this example shows, conversions can
produce unwanted results.