2010年7月29日 星期四

linux編譯執行c

建立檔案 helloworld.c
---------------------------------------------------
#include <stdio.h>

int main() {
printf("%s","Hello World!!\n");
return 0;
}
---------------------------------------------------

下指令
$ gcc helloworld.c
執行
$ ./程式名稱.out

完成
---------------------------------------------------
指定output檔名




轉貼自鳥哥私房菜

沒有留言:

張貼留言