home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH03
/
A03113.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
|
290 b
|
6 lines
You access the elements of an array by specifying an index with the
subscript operator. The first element of an array has index zero.
The last element has an index one less than the size of the array.
In this example, the array "int_array" has five elements with
indices from 0 to 4.