Here i have done a few things on my N900 from http://ossguy.com/?p=475 to run .cpp files and when i try to run this using g++ it shows error here is my programme # include <stdio.h> # include <conio.h> int main (void) { printf ("hlloe wolrd"); getch(); }