摘要:
三字母序列 阅读全文
posted @ 2015-09-25 14:23
Just_Do
阅读(428)
评论(0)
推荐(0)
摘要:
1、用文本编辑器编辑代码如下,然后保存为hello.c文件#include int main(void){ printf("hello world"); return 0;}2、编译: 用命令gcc hello.c -o helle 编译后会出现一个hello.exe的可执行文件,通... 阅读全文
posted @ 2015-09-25 14:18
Just_Do
阅读(710)
评论(0)
推荐(0)
摘要:
1简介2简单编译2.1预处理2.2编译为汇编代码(Compilation)2.3汇编(Assembly)2.4连接(Linking)3多个程序文件的编译4检错5库文件连接5.1编译成可执行文件5.2链接5.3强制链接时使用静态链接库1简介GCC 的意思也只是 GNU C Compiler 而已。经过... 阅读全文
posted @ 2015-09-25 14:04
Just_Do
阅读(229)
评论(0)
推荐(0)


浙公网安备 33010602011771号