04 2023 档案
摘要:1 class CClassXmlGet 2 { 3 public: 4 CClassXmlGet(void); 5 ~CClassXmlGet(); 6 /***********************************/ 7 bool InitXmlInfo(std::string str
阅读全文
摘要:1、类函数中定义一个map表 typedef int (CClassTest::*pfnMethodExe)(std::string strInput,int nInputNum); std::map<std::string, pfnMethodExe> m_fnMethodExecute; CCl
阅读全文