Showing results for ISO C++ - C++ Team Blog

Jun 26, 2013
1
0

Visual Studio 2013 Preview Now Available!

Eric Battalio
Eric Battalio

Soma announced availability of the Visual Studio 2013 Preview.The experience for Visual C++ developers was improved with enhancements in the following areas: ISO C/C++ standards, Visual C++ library, C++ application performance, Windows Store App development, diagnostics, 3-D graphics, the IDE and productivity.Here are the key links: We look ...

C++
Nov 2, 2012
0
0

November CTP, isocpp.org, Standard C++ Foundations Announced Today

Eric Battalio
Eric Battalio

November 2, 12:45pm PDT C++ use and investment continues to grow strongly in all parts of the software industry, and broadly across all major industries. As Herb Sutter said, more than ever “Microsoft is built on C++, and the world runs on C++.” At the same time, programmers now need to be educated that C++ is not the same language it was in...

C++
Oct 25, 2012
0
1

Hello ARM: Exploring Undefined, Unspecified, and Implementation-defined Behavior in C++

Michael from Redmond
Michael from Redmond

With the introduction of Windows RT for ARM devices, many Windows software developers will be encountering ARM processors for the first time. For the native C++ developer this means the potential for running afoul of undefined, unspecified, or implementation-defined behavior--as defined by the C++ language--that is expressed differently on the ARM ...

C++
Mar 16, 2012
0
0

VC11 ISO C++ Concurrency Tour in March Issue of MSDN Mag

Diego Dagum - MSFT
Diego Dagum - MSFT

Greetings!! I am Diego Dagum, Community Program Manager with the Visual C++ team. I recently got an article published in the current issue of MSDN Magazine about the ISO C++11 concurrency features implemented in Visual C++ 11.     It’s a 101-level journey through standardized features like: [Read “...

C++