Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Dynamic buffers example code


WriteToFile—writes “Hello World!” to a file

Found in: epoc32ex\Base\BufsAndStrings\WriteToFiles


Description

This writes the text "Hello World!" to a file. It is used as the basis of all examples which depend on just the Base and the file server.


Usage

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


Classes used

[Top]


DynamicBuffers—using dynamic buffers

Found in: epoc32ex\Base\BufsAndStrings\DynamicBuffers


Description

The example shows how dynamic arrays are constructed and used. It shows a number of operations on a flat dynamic buffer and a segmented dynamic buffer.


Usage

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


Classes used