该文被密码保护。 阅读全文
posted @ 2023-10-07 16:10 Koshkaaa 阅读(0) 评论(0) 推荐(0) 编辑
摘要: References Baidu Wiki C++中的RTTI机制详解 RTTI 推荐阅读: RTTI 原理 推荐阅读:C++中的RTTI机制 什么是RTTI机制? RTTI 是“Runtime Type Information”的缩写,意思是:运行时类型信息。它提供了运行时确定对象类型的方法。 R 阅读全文
posted @ 2023-10-07 14:08 Koshkaaa 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Step by step guide to becoming a C++ developer in 2023 https://roadmap.sh/cpp https://roadmap.sh/backend 阅读全文
posted @ 2023-10-07 14:02 Koshkaaa 阅读(22) 评论(0) 推荐(0) 编辑
摘要: From Wikipedia, The curiously recurring template pattern (CRTP) is an idiom, originally in C++, in which a class X derives from a class template insta 阅读全文
posted @ 2023-10-07 11:18 Koshkaaa 阅读(56) 评论(0) 推荐(0) 编辑