摘要: 一、在Linux模式下,通过vim创建.c文件 二、编写.c文件: #include <stdio.h>/* * print helloWorld * */main(){ printf("hello World\n"); } 三、编译.c 文件 cc ./hello.c 编译后,同路径下会生成一个a 阅读全文
posted @ 2022-04-06 22:41 zcd_小学鸡 阅读(88) 评论(0) 推荐(0)