C/C++
C/C++
Aitel@
三尺微命,一介书生。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++宏定义中几个殊字符的含义及用法(“#”、“##”、“#@“、“\”)
#include #define makechar(x) #@x //#@连在一起作字符化,int main() {std::cout原创 2024-07-08 15:22:03 · 451 阅读 · 0 评论 -
C++中常用的四种类型转换方式:static_cast、const_cast、dynamic_cast 和 reinterpret_cast
掌握C++类型转换:static_cast、const_cast、dynamic_cast 和 reinterpret_cast-优快云博客转载 2024-07-08 15:45:13 · 149 阅读 · 0 评论
分享