Showing category results for C++

Jul 12, 2012
Post comments count0
Post likes count0

Debugger Type Visualizers for C++ in Visual Studio 2012

Visual CPP Team

 In Visual Studio 2012, one of the new features for C++ developers is the new native type visualization framework (natvis) added to the debugger which allows customizing the way data types are displayed in debugger variable windows (e. g. autos, watch, locals, and data tips). For those who are familiar with the autoexp.dat file that has been u...

C++
Jul 9, 2012
Post comments count0
Post likes count0

Optimizing your binaries with the VC++ compiler for optimum performance (Feedback Requested)

Visual CPP Team

There are several reasons to program in C++, and one of the most important ones is the incredible performance that one can obtain. There are a set of optimizations that the Microsoft Visual C++ compiler offers to perform on your binaries to yield the best performance for your application on varying hardware (for e.g. via compiler switches such...

C++
Jun 27, 2012
Post comments count0
Post likes count0

Announcing Casablanca refresh

Visual CPP Team

Back, at the end of April, we announced our first release of Casablanca as an incubation project on Devlabs. Since then, we are glad to have received a positive response from the C++ community. Today, we are announcing a “bug-fix” refresh to the Casablanca release. The update can be downloaded from the Casablanca devlabs site.The n...

C++
Jun 15, 2012
Post comments count0
Post likes count0

Targeting Windows XP with C++ in Visual Studio 2012

Steve Teixeira, MSFT

We recently announced the Visual Studio 2012 product lineup and platform support, and as a part of this announcement we mentioned that we were evaluating options for enabling C++ developers to build applications in Visual Studio 2012 that run on Windows XP without requiring side-by-side installation of Visual Studio 2010. Today I would like to shar...

C++
Jun 12, 2012
Post comments count0
Post likes count0

C++ in Visual Studio 2012 Express for Windows Desktop

Visual CPP Team

In case some of you missed it, Soma recently announced Visual Studio Express 2012 for Windows Desktop development. This express edition will include the latest VC++ compiler and libraries, which is great for students, new developers and open source application developers. Please follow the link to see more details and to contribute to the discussio...

C++
Jun 1, 2012
Post comments count0
Post likes count0

Be What’s Next (We’re hiring!)

Visual CPP Team

The C++ organization is growing and hiring across all feature areas (C++ 11, compiler front-end, compiler back-end, C++ AMP, PPL, libraries & runtime, IDE, Casablanca). We are looking for passionate program managers, developers and testers to bang out the next versions of the toolset! What’s in it for you:  Please apply dir...

C++
May 24, 2012
Post comments count0
Post likes count0

C++ Build Throughput: Visual Studio 11 Pre-Release Compared to Visual Studio 2010 SP1

Visual CPP Team

Hi my name is Li Shao. I am a Senior Software Design Engineer in Test in the Visual C++ group. In this blog, our team would like to review Visual Studio 11 (VS11) Desktop application build throughput compared to Visual Studio 2010 SP1 (VS10). Jim Hogg, Mark Hall, Bill Bailey, Mohamed Magdy Mohamed, and Valentin Isac have also contributed to this bl...

C++
May 23, 2012
Post comments count0
Post likes count0

Unit test framework in VS11

Visual CPP Team

We provide the ability in Visual Studio 11 to do native unit testing, with a new C++ unit testing framework shipping in the box. We’re really happy to enable this support for our C++ developers, so you no longer need to use the “/clr” flag or fall back to 3rd party frameworks. Read here for more details.

C++