CClasses: typical ‘C’ class

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.

Download

Click on the following link to download the example: CClasses.zip

Click on the following link to download additional files: CommonFramework.zip .

Click browse CClasses to view the example code.

Click browse CommonFramework to view additional files.

Build

The example source code includes the two project files needed for building: bld.inf and the .mmp file.

The Symbian platform build process describes how to build this application, which results in an executable called:

\epoc32\release\<target>\<urel or udeb>\CCLASSES.EXE .

Usage

Run the executable CCLASSES.EXE .

Executables for the emulator targets wins and winscw can be run on your PC. Executables for ARM targets must be copied to your target platform before being run.