摘要: # CSAPP Notes,类型 > - status:正在更新; > - other info:随手写的,可能会有错误(); ## 类型 | 数据类型 | 大小 | | | | | `char` | 1 | | `bool` | 1 | | `short int (short)` | 2 | | 阅读全文
posted @ 2023-08-22 22:29 miyasaka 阅读(22) 评论(0) 推荐(0)
摘要: VSCode:搭建一个简易的 C++ 环境 status: update if needed; description: 比如刷刷 LeetCode,就不需要特别多的配置,简单的环境就够了; 0x00 首先新建一个 Profile: 比如这里明命名为 C++: 0x01 安装这些插件: vim 看个 阅读全文
posted @ 2023-08-22 17:32 miyasaka 阅读(60) 评论(0) 推荐(0)