Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

2.10 Indexing

Indexes have type size_t, an unsigned integral type defined by your compiler, usually in <stddef.h>. Because size_t is unsigned, it allows indexes up to 64k minus one under 16-bit DOS.

Invalid indexes are signified by the special value RW_NPOS, defined in <rw/defs.h>.


Previous fileTop of documentContentsIndexNext file
©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.