- 博客(8)
- 资源 (2)
- 收藏
- 关注
转载 gcc 编译过程
GCC 编译分为四个过程 举例hello.c 的编译过程#includeint main(){ printf("Hello World\n"); return 0;}(1)预处理 gcc -E hello.c -o hello.i省略了部分内容,包括stdio.h中的一些声明及定义预编译过程主要处理那些源代码中以#开始的预编译指令,主
2014-12-03 20:05:57
415
转载 无名管道与有名管道
1)无名管道: /*linux 自带源码*/ #include #include #include #include #include int main(int argc, char *argv[]) { int pipef
2014-11-29 20:08:12
538
转载 undefined reference to 'pthread_create'问题解决
当使用Makefile时,出现了undefined reference to 'pthread_create'
2014-10-08 16:08:29
494
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人