S60 5th Edition SDK v0.9
Example Applications Guide

Hello World Example

1. About this Example
2. Description
3. Prerequisites
4. Design and Implementation
5. Results


1. About this Example

A simple Hello World type of example application using main() entry point.


2. Description

The helloworld example illustrates how to get started with development using standard C++ and using main() as an entry point for the application.

The application writes only "Hello World" to the console.


3. Prerequisites

This examples requires a basic understanding of the Symbian framework and Carbide C++.

Also on hardware sis available in plugin needs to be installed.


4. Design and Implementation

The application is simple console based application. It has its own icon in installed folder and can be launched from the UI both in the emulator and in the device.


5. Results

Example prints Hello world on the console and wait for user to input any character to exit


© Nokia 2008

Back to top