Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



CClasses: typical 'C' class

Found in: epoc32ex\Basics\CClasses


Description

This shows a typical ‘C’ class, derived from CBase, and highlights the use of two phase construction and use of the cleanup stack to implement the complete construction of an instance of that class on the heap.

[Top]


Usage

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

[Top]


Classes used