home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH12
/
A12093.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
|
292 b
|
6 lines
In some situations, you want to be able to use an object of one
type where an object of another type is expected. C++ allows you
to convert the object to another type, with certain restrictions.
In fact, the C++ compiler will perform some type conversions
automatically, or implicitly.