为啥错!
linux_c吧
全部回复
仅看楼主
level 2
聊误 楼主
为什么我在C-FREE5(OPEN WATCOM编译)下面的
#include <stdio.h>
#include <stdlib.h>
int main ()
{
printf ("Hello World\n");
exit (0);
}
$ gcc -o hello hello.c
$./hello
Hello World
$
是一起编译还是就编译$这前面而不包括$后面的?????????I
2013年10月29日 08点10分 1
level 2
聊误 楼主
显示的是:运行程序错误
问下怎么在贴吧贴图
2013年10月29日 08点10分 2
level 11
$之前写在程序中,$之后是在终端下输入的命令。就好比你创建文本文档,写下东西保存关闭之后的操作。
2013年11月04日 23点11分 3
1