📜  c++ 静态方法调用 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:57.079000             🧑  作者: Mango

代码示例1
//You only need to use the scope resolution operator :: to qualify the method
// with the name of the class that exposes it:
CString appPath = CAppPath::GetAppPath();