Showing results for April 2015 - Page 2 of 2 - C++ Team Blog

Apr 29, 2015
0
0

C++11 Constant Expressions in Visual Studio 2015 RC

Kangyuan Niu
Kangyuan Niu

In Visual Studio 2015 RC, we have implemented C++11’s Constant Expressions, a feature that has been in development since the November 2013 CTP. This article will describe some neat things that you can do with it, the differences in capabilities between this feature’s current and older implementations, and our future plans for it. What ...

C++
Apr 27, 2015
0
0

C/C++ Code analysis in VS2015 – RC Update

Joe Morris (MSFT)
Joe Morris (MSFT)

Hey Folks, in my blog earlier this year (see http://blogs.msdn.com/b/vcblog/archive/2015/02/02/c-c-code-analysis-in-vs2015.aspx), I talked about what's new in C/C++ code analysis for VS 2015 and why we did certain plumbing changes related to the front-end compiler. In that, I mentioned the limitation of CTP6 in which only analysis of C programs ...

C++

Feedback