diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-6180B291-1862-5F1F-AF05-85E42B37B172.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-6180B291-1862-5F1F-AF05-85E42B37B172.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,31 @@ + + + + + +Introduction +to dynamic arraysDescribes dynamic arrays. +

A number of classes are provided for constructing dynamically expandable +arrays in which the memory for the array elements is allocated from the heap.

+

The elements of an array can consist of any object, but in practice the +most common types are:

+ +

The array classes are all templated; the template parameter defines the +type of object which is to form an array element.

+

An array can consist of elements which have variable lengths or elements +which all have the same length, depending on the specific class used.

+

Logically, each element of an array has a definite position within that +array but the physical organisation of the elements depends on the specific +array class.

+
\ No newline at end of file