gcc
GCC(GNUCompilerCollection,GNU编译器套件)是由GNU开发的编程语言编译器。GNU编译器套件包括C、C++、Objective-C、Fortran、Java、Ada和Go语言前端,也包括了这些语言的库(如libstdc++,libgcj等。)[1]
共 417 份资源
源代码 7,305
gcc 热门资料
查看全部 417 份 →
PDF文档
[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied...
PDF文档
CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` c
CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` clean: rm -f *.o c...