C++11-新增正則表達式

1 #include <regex> 2 #include <iostream> 3 #include <string> 4 #include <atlstr.h> 5 6 static std::string U2A(CString cstring) 7 { 8 if (::IsBadStringPtrW(cstring,-1)) 9 return ""
相關文章
相關標籤/搜索