meijiangmian 的 站内主页
2008
02-06
02-06
这个c的源代码,通过suse的终端命令 gcc -o xxx xxx.c 成功产生一个属性为可执行文件,名称为xxx的文件,但是在xxx所在文件夹里打开终端,直接输入xxx然后回车,出现:bash:bad command 上网查了差suse linux执行C程序的步骤,没有错啊! 于是在同样的终端里输入bash &....
Read More >
2008
02-06
02-06
2008
01-31
01-31
C的源码如下: #include <stdio.h> #include <inttypes.h> int main(void) { long long int a; a = 9223372036854775806; prin....
Read More >