home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH03
/
A03098.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-26
|
278 b
|
6 lines
A statement that assigns a type to an identifier is a declaration.
A statement that also creates an object is a definition. In C++,
many declarations are also definitions. Of these three
statements, only the declaration of the struct "employee" is not
also a definition.