effective-c++
About downcasting from base class to subclass pointer
A static check tool shows a violation on the below code: class CSplitFrame : public C开发者_高级运维FrameWnd[详细]
2023-01-18 01:31 分类:问答Is it appropriate to set a value to a "const char *" in the header file
I have seen people using 2 methods to declare and define char *. Medhod 1:The header file has the below[详细]
2022-12-31 06:55 分类:问答Interview question; what is the main theme of Effective C++? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve 开发者_JAVA技巧this question? Update the question so it's on-topic for Stack Overflow.[详细]
2022-12-21 09:29 分类:问答