Showing category results for C++

Nov 21, 2013
Post comments count0
Post likes count0

C++ AMP to target Khronos SPIR and HSAIL

Eric Battalio

The Parallel Programming in Native Code blog recently announced Clang support for C++ AMP via LLVM backend. This is a key milestone in our commitment (as mentioned in Somasegar's blog) to share the C++ AMP specification to all C++ developers, regardless of whether they're using Visual C++ or not. Portability across hardware and platforms is one of ...

C++Backend
Nov 19, 2013
Post comments count0
Post likes count0

Visual Studio Rename Refactor Helper for Visual Studio 2013

Eric Battalio

The C++ language is large and complex with context-sensitive syntax subtleties that make it difficult to create a reliable and fast rename refactoring tool. For years we wanted to include rename refactoring in Visual C++ but it never quite made it. We were concerned about scalability, performance and accuracy for different user scenarios. Rename re...

C++
Nov 18, 2013
Post comments count0
Post likes count0

Announcing the Visual C++ Compiler November 2013 CTP

Eric Battalio

Last year in November, we released an out-of-band customer technology preview (CTP) of the Visual C++ compiler. It contained preview versions of C++11 features which we subsequently fully released in Visual Studio 2012. At that time, and at GoingNative 2013 this year, we promised to keep releasing these CTPs to show our progress towards full C++11 ...

C++
Nov 13, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Virtual Launch is here!

Eric Battalio

The worldwide launch of Visual Studio 2013 is today.Join Microsoft executives S. Somasegar, Scott Guthrie, and Brian Harry at 7:00am PST for the keynote. Other events will follow throughout the day. Sessions will be recorded and shared later if you can't catch them all live.Visual C++ developers will want to tune in to the live Q&A session from...

C++
Nov 11, 2013
Post comments count0
Post likes count1

Microsoft Virtual Academy – C++: A General Purpose Language and Library

Eric Battalio

Interested in learning the basics of C++? Next Tuesday, November 19, Kate Gregory and James McNellis will be teaching a free introductory C++ course on Microsoft Virtual Academy, "C++: A General Purpose Language and Library." Kate is a C++ expert and long-time Microsoft Visual C++ MVP; James is a developer on the Visual C++ Libraries team. The cour...

C++
Nov 5, 2013
Post comments count0
Post likes count0

Using Windows Azure Mobile Services from C++ Windows Store apps

Raman Sharma

Most good apps these days provide some kind of connected experience whether it is the ability to connect to existing popular web services (like Facebook, Twitter, SkyDrive etc.) or building their own custom backend based somewhere in the cloud.  Visual Studio 2013 provides support for both these scenarios for C++ developers.  For the form...

C++
Oct 29, 2013
Post comments count1
Post likes count0

The Visual C++ Linker best practices: Developer Iteration

Ankit Asthana

The time spent in the link phase could be a significant portion of an applications overall build time for most large projects. A user can quickly determine this by adding the '/time' flag to the linker command line. The 'Final: Total time' reports the total time spent in the link phase. There are essentially two primary scenarios to consider when l...

C++
Oct 28, 2013
Post comments count0
Post likes count0

Creating a C++ Project from a PDB file: PDB Project

Eric Battalio

For the latest information on Version 2.0, check out http://blogs.msdn.com/b/vcblog/archive/2014/01/15/creating-a-c-project-from-a-pdb-file-pdb-project-version-2.0.aspx.

C++
Oct 22, 2013
Post comments count0
Post likes count0

The *New Performance Optimization Tool* for Visual C++ applications

Ankit Asthana

Introduction As a part of the VS2013 preview release the 'Performance and Diagnostics Hub' was introduced. The Profile Guided Optimization (PGO) tool is a new performance optimization tool  that integrates with 'Performance and Diagnostic Hub'. The tool is not a part of the out of the box install of Visual Studio 2013 but can be downloaded and in...

C++
Oct 17, 2013
Post comments count0
Post likes count0

Visual Studio 2013 Available Now!

Eric Battalio

We are happy to announce that Visual Studio 2013 is now available. And now—in no particular order—here are the top reasons why C++ developers want Visual Studio 2013:Better C++ language conformance. Support for C++11 began in Visual Studio 2010, which included auto and lambda functions. In Visual Studio 2012, we implemented more ...

C++