会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术小白12
博客园
首页
新随笔
联系
管理
订阅
2022年6月19日
C代码的编译器(gcc),多文件编译
摘要: ####一、写一个hello word! 点击查看代码 #include <stdio.h> //包含头文件(printf的头文件) //<> 表示stdio.h在系统的/usr/include路径下 //"" 表示当前目录 //#include 包含头文件的固定用法 int main(int ar
阅读全文
posted @ 2022-06-19 18:05 皆为过客
阅读(642)
评论(0)
推荐(0)
公告