c++
-
Exploring Clang Tooling Part 2: Examining the Clan
This post is part of a regular series of posts where the C++ product team and other guests answer questions we have received from customers. The questions can be about anything C++ related: MSVC tools …阅读全文
-
How could it possible to assign an integer to stri
The snippet below could be compiled and run: [代码片段] The result is: [代码片段] I noticed that the corresponding value of key ‘banana’ is empty. The reason is I assign an integer directly to key ‘bana …阅读全文 -
Exploring Clang Tooling Part 1: Extending Clang-Ti
This post is part of a regular series of posts where the C++ product team and other guests answer questions we have received from customers. The questions can be about anything C++ related: MSVC tools …阅读全文
-
Standard Library Algorithms: Changes and Additions
Today we have a guest post from Marc Gregoire , Software Architect at Nikon Metrology and Microsoft MVP since 2007. The C++14 standard already contains a wealth of different kinds of a …阅读全文 -
mintty的Cmake配置
[代码片段] …阅读全文 -
How to Use Class Template Argument Deduction
Class Template Argument Deduction (CTAD) is a C++17 Core Language feature that reduces code verbosity. C++17’s Standard Library also supports CTAD, so after upgrading your toolset, you can take advant …阅读全文 -
std::any: How, when, and why
This post is part of a regular series of posts where the C++ product team here at Microsoft and other guests answer questions we have received from customers. The questions can be a …阅读全文 -
CUDA 10 is now available, with support for the lat
We are pleased to echo NVIDIA announcement for CUDA 10 today , and particularly excited about CUDA 10.0’s Visual Studio compatibility. CUDA 10.0 will work with all the past and future updates o …阅读全文 -
Step Back – Going Back in C++ Time
Step Back for C++ In the most recent, 15.9, update to Visual Studio 2017 Enterprise Edition, we’ve added “Step Back” for C++ developers targeting Windows 10 Anniversary Update (1607) and later. W …阅读全文 -
Exploring Clang Tooling, Part 0: Building Your Cod
This post is part of a regular series of posts where the C++ product team and other guests answer questions we have received from customers. The questions can be about anything C++ related: MSVC tools …阅读全文