home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH04
/
A04201.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-17
|
274 b
|
6 lines
You can pass a pointer to the argument. Here, the argument of
function f() is a pointer to an integer. Notice that the address
of "i" is passed in the calling statement and that the dereference
operator is used in the function to access the contents of that
address.