摘要: /****************************************************************************************************** * @file name: :Simulation(malloc) * @brief :模拟 阅读全文
posted @ 2024-06-24 23:57 WJnuHhail 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 目录一、Void无类型① 基本概念② void 的细节二、void * 万能指针&通用指针① 基本概念② void * 为什么是万能的,通用的?③ void * 类型能定义变量进行赋值初始化,但是不能直接解引用void * 类型解引用****编译报错④ void* 类型的指针在编程中具有以下几个常见 阅读全文
posted @ 2024-06-24 23:42 WJnuHhail 阅读(13) 评论(0) 推荐(0) 编辑
摘要: /****************************************************************************************************** * @file name: :Mystrcmp * @brief :模拟strcmp * @ 阅读全文
posted @ 2024-06-24 20:13 WJnuHhail 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3432073/202406/3432073-20240624191053697-875877559.png) ![image](https://img2024.cnblogs.com/blog/3432073/202406/3432073-20240624191116204-2067696925.png) ![i 阅读全文
posted @ 2024-06-24 19:13 WJnuHhail 阅读(2) 评论(0) 推荐(0) 编辑