从这里编译第一个片段:http: //msdn.microsoft.com/en-us/library/ms682499 (VS.85).aspx
给出:d:\!TC\cpp\control.cpp:4:21: fatal error: strsafe.h: No such file or directory compilation terminated.
从这里编译第一个片段:http: //msdn.microsoft.com/en-us/library/ms682499 (VS.85).aspx
给出:d:\!TC\cpp\control.cpp:4:21: fatal error: strsafe.h: No such file or directory compilation terminated.
下载这个:这是一个头文件。将其复制到路径“/mingw/include”文件夹中即可
根据您的标签,您正在使用 C++。“strsafe”函数试图让 C 更安全一点。但是 C++ 已经安全得多了。例如,该StringCchPrintf
功能不如std::osstream
.