2024年2月25日

摘要: #include <stdio.h> #include <signal.h> #include <unistd.h> // 通过这个代码我们知道, 一个char* 结尾自动带一个\0. int main(void) { char *a = "aaaa"; printf("%d\n", *a); pr 阅读全文
posted @ 2024-02-25 11:20 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1ud4y1E7Yc 讲的非常好, 适合入门先学一遍基础. 阅读全文
posted @ 2024-02-25 10:12 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑

导航