7.11
使用hash_map 要注意是用using namespace stdext; typedef hash_map<DWORD,string> Init_User_Table; 像这种事不需要的 是标准的 using namespace std; typedef multimap <DWORD,string> Init_User_Table;
7.14
遇到error LNK2001: 无法解析的外部符号_ ...
这样一个错误, 老是指向一个static变量
7.11
使用hash_map 要注意是用using namespace stdext; typedef hash_map<DWORD,string> Init_User_Table; 像这种事不需要的 是标准的 using namespace std; typedef multimap <DWORD,string> Init_User_Table;
7.14
遇到error LNK2001: 无法解析的外部符号_ ...
这样一个错误, 老是指向一个static变量