/c

c 学习

Primary LanguageC++MIT LicenseMIT

c

c 学习

c 文件编译

gcc 源文件名 -o 编译后的文件名

c++ 文件编译

g++ 源文件名 -o 编译后的文件名