摘要:
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 阅读全文
摘要:
## C++ * A static_cast can be used to explicitly convert between related pointer types, such as void* and double* * reinterpret_cast can cast between 阅读全文