摘要:
"CRT Library Features" The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com. The latest version of t 阅读全文
摘要:
```cpp std::string data = "This is a sample string."; // convert string to upper case std::for_each(data.begin(), data.end(), "" { c = ::toupper(c); } 阅读全文