Symbian OS - Dynamic Arrays

Serwis poświęcony Linuksowi i otwartemu oprogramowaniu. Testy sprzętu, Maemo, programowanie w C/C++ i JAVA, Qt.

How to deal with arrays in Symbian OS - no matter if they should be fixed or dynamic. The first challenge allows to experiment with RArrays, following instructions directly in the code (for information on how to start with the challenge, see the document in the Descriptors-chapter). To complete the second challenge, you have to rewrite the solution of the first one, so that it uses heap-based objects, descriptors and arrays. This requires knowledge about the other topics presented in the basics-section.

Contents

* Fixed Arrays
* Dynamic Arrays:
* RArray, RPointerArray
* CArrayX
* When to use R(Pointer)Array or CArrayX