文章分类 -  ProgrammingAbstractionsInC

摘要:《Programming Abstractions In C》学习第42天,p76-p73总结。 一、技术总结 1.数组和指针 在C语言中,数组和指针非常相似,相似到必须将它们同时考虑,当看到数组就应该想到指针,当看到指针就应该想到数组。示例: ```bash #include int SumInt 阅读全文
posted @ 2023-08-08 00:00 codists 阅读(6) 评论(0) 推荐(0) 编辑
摘要:《Programming Abstractions In C》阅读P72-p75,每次阅读其实都有很多内容需要总结,这里摘抄其中一部分。 一、技术总结 1.字符串数组 学习《Programming Abstractions in C》第75页的时候,遇到一段代码: ```c static strin 阅读全文
posted @ 2023-08-05 23:55 codists 阅读(5) 评论(0) 推荐(0) 编辑
摘要:受台风“杜苏芮”的残余环流影响,雨从7月下到了8月。2023年7月总共更新了4篇文章,如下: 1.[Visual Studio Code错误:Cannot build and debug because the .....](https://www.cnblogs.com/codists/artic 阅读全文
posted @ 2023-08-01 22:27 codists 阅读(7) 评论(0) 推荐(0) 编辑
摘要:今日完成《Programming Abstractions In C》阅读P69-p71。 一、技术总结 涉及到的技术知识点有“symbolic constant”,”Array declaration”,“Array selection”。 ```#include #define NJudges 阅读全文
posted @ 2023-07-18 23:17 codists 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示