摘要:
if you have problems with constructors and destructors, you can insert such print statements in constructors for your real classes to see that they wo 阅读全文
posted @ 2023-08-16 18:10
名白
阅读(14)
评论(0)
推荐(0)
摘要:
## C++ * A static_cast can be used to explicitly convert between related pointer types, such as void* and double* * reinterpret_cast can cast between 阅读全文
posted @ 2023-08-16 18:03
名白
阅读(13)
评论(0)
推荐(0)