Linux GCC
摘要:
1 GCC是什么 GCC(GNU Compiler Collection,GNU编译器套件)是由GNU开发的编译器。 2 简单编译 程序示例 1 //test.c 2 #include <stdio.h> 3 int main(void) 4 { 5 printf("Hello World!\n") 阅读全文
posted @ 2020-07-11 21:08
辉哥54110
阅读(190)
评论(0)
推荐(0)
浙公网安备 33010602011771号