Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Dynamic arrays example code


DynamicArrays—dynamic arrays

Found in: epoc32ex\Base\ArraysAndLists\DynamicArrays


Description

The example shows how dynamic arrays are constructed and used. It shows a number of operations on a general fixed-length array. The array uses a flat buffer. The example also shows operations on an array of pointers to CBase-derived objects, using the specialised array CArrayPtrFlat.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used