This document lists all the example code programs available for each module, organised by use case.
Data Server
Socket Server
How to do filtered data compression and Huffman compression using Open C library.
How to send/receive messages using open C message queue library
How to write solution for Producer/ Consumer Problem using Open C
How to develop hybrid application which uses both pure C and native Symbian C++ APIs
How a parent process communicates with its child process using named pipes (FIFO)
How a parent process communicates with its child process using a single pipe (popen())
How to get the MIME type(s) that a data recognizer is capable of recognizing
How to use a resource reader to read data from a resource file into the data members of a class
How the signature of a resource file is checked before it is used
How to use multiple resource files with cross-referenced resources
How to implement sink and source plug-ins for the Multimedia Framework
How to manipulate images, for instance rotate, flip and zoom
How to implement a codec plug-in for the Multimedia Framework
How to implement a format encoder plug-in to the Multimedia Framework
How to implement a format decoder plug-in to the Multimedia Framework