Showing results for October 2015 - C++ Team Blog

Oct 29, 2015
0
0

Visual Studio 2015 Update 1 RC Available

Eric Battalio
Eric Battalio

Hello.Visual Studio 2015 Update 1 Release Candidate (known issues) is available now. It includes a number of goodies for C++ developers, but before we take a look, the Visual C++ team wants to thank everyone who has provided feedback over the last year. Your comments and suggestions (and frowns) have helped us plan and prioritize the features we de...

C++
Oct 28, 2015
0
0

iOS / Linux Fall Survey

Eric Battalio
Eric Battalio

Do you develop primarily on iOS or Linux? Take this short survey!Cross-platform scenarios are important; this survey will give us additional insights and, if you opt-in to chat with us, more details about your experiences.Thanks!

C++
Oct 21, 2015
0
1

Memory Profiling in Visual C++ 2015

Adam Welch (MSFT)
Adam Welch (MSFT)

As announced in an earlier blog post, Visual Studio 2015 hosts a new set of memory profiling tools to help address and fix memory issues within your applications.  The new debug-time profiler runs during your debugging session and allows you to take snapshots anytime, such as at a breakpoint, and also view the heap contents during th...

C++
Oct 19, 2015
0
0

Do You Prefer Fast or Precise?

Jim Hogg
Jim Hogg

What is this Blog About? My name is Jim Hogg, a Program Manager in the Compilers team. We would like your feedback on a feature of the Visual C++ compiler that affects the code we generate for floating-point operations. Your answers will help determine what we do. You can vote via survey -- it should not take you more than a few minutes to fill out...

C++
Oct 16, 2015
0
0

/Debug:FASTLINK for VS2015 Update 1

Ankit Asthana
Ankit Asthana

We have made some changes with respect to /DEBUG:FASTLINK starting with Visual Studio 2015 Update 1 CTP.  /DEBUG:FASTLINK  is aimed at improving link times for the incremental developer loop inside Visual Studio and for medium to large size projects provides ~2x gains. The linker is currently involved in the PDB generation process and m...

C++