Using Fixed Size Arrays
The range checking wrapper for fixed length C++ arrays
C++ arrays do not provide range checking so Symbian platform offers a thin wrapper to add this functionality to arrays.
How to replace a C++ array with a wrapper
This document shows briefly how to replace a C++ array with a Symbian platform object.
How to use the range checking wrapper
Symbian platform provides range checking for arrays.
Parent topic:
Arrays And Lists