怎么来这个代码
std::map <std::string , int> m; m["a"]=1;
编译(我正在使用MSVC 2010)
#include <string>
但没有
#include <string.h>
?
c++ string header header-files
c++ ×1
header ×1
header-files ×1
string ×1