I am using Ubuntu 10.4, CodeLite IDE run > Create new workspace > Create new project > Console > g++
Code: Select all
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello world\n");
return 0;
}
thank you..
Code: Select all
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello world\n");
return 0;
}
Your codelite version is very outdated .. (I think those icons were replaced 8 or maybe 9 months ago)merena wrote:I am using Ubuntu 10.4, CodeLite IDE run