Showing tag results for ISO 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++
Jun 26, 2013
Post comments count1
Post likes count0

Visual Studio 2013 Preview Now Available!

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
Post comments count0
Post likes count0

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

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 the...

C++
Oct 25, 2012
Post comments count0
Post likes count2

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

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
Post comments count0
Post likes count0

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

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 “Ne...

C++