Showing category results for C++

Oct 31, 2011
Post comments count0
Post likes count0

Try It Now: Use PPL to Produce Windows 8 Asynchronous Operations

Visual CPP Team

There's a new revision of the Concurrency Runtime and Parallel Pattern Library sample pack that demonstrates a convenient way of consuming and producing Windows Runtime asynchronous operations using PPL.Read the announcement at sister blog Parallel Programming in Native Code.

C++
Oct 20, 2011
Post comments count0
Post likes count0

Inside the C++/CX Design

Visual CPP Team

Hello. This is Jim Springfield, an architect on the Visual C++ team. Today, I want to give some insight into the new language extensions, officially called C++/CX, which was designed to support the new API model in Windows 8. If you attended //BUILD/, watched some of the sessions online, or have been playing with the prerelease of Visual Studi...

C++
Oct 11, 2011
Post comments count0
Post likes count0

C9 Lecture: C Runtime (CRT) Topics, by Mahmoud Saleh

Diego Dagum - MSFT

In a recent Going Native episode in Channel 9, Charles (Torre) and I interviewed Mahmoud Saleh, the software engineer who keeps the C Runtime library. Now Mahmoud prepared for you a 1-hour lecture on some of the CRT topics like [Watch this Channel 9 lecture]

C++
Oct 10, 2011
Post comments count0
Post likes count0

Announcing Wrox’s Professional C++, 2nd Edition

Visual CPP Team

Greetings! I’m Marc Gregoire, a Microsoft MVP VC++ since 2007, and I’m pleased to tell you that I’ve finished work on my book “Professional C++, Second Edition”. This second edition includes the latest C++ standard, C++11, and is based on the great first edition written by Nicholas A. Solter, Scott J. Kleper. The book is published by Wiley/Wrox....

C++
Oct 4, 2011
Post comments count0
Post likes count0

C9::GoingNative 2: the Windows Runtime Library (WRL)

Visual CPP Team

We're back with the third installment of C9::GoingNative. At the recent //BUILD conference, we introduced a series of technologies targeting the upcoming version of the Windows platform. One of those consists in some extensions to the C++ language, intended to help developers bridge their C++ logic to the Windows Runtime (WinRT) environment. C++/...

C++
Sep 27, 2011
Post comments count0
Post likes count0

Asynchronous Operations in Windows 8 with the Parallel Patterns Library (PPL)

Visual CPP Team

The Concurrency Runtime team is working on the next generation of the Parallel Patterns Library (PPL) that will help you consume asynchronous operations in your apps using a simpler development model than the one Windows 8 has built-in as part of its Windows Runtime.In that sense, they recently published a blog post explaining the rationale behind ...

C++
Sep 26, 2011
Post comments count0
Post likes count0

Building Metro Style Apps with C++ and JavaScript

Visual CPP Team

Hi, I’m Raman Sharma, a Program Manager with the Visual C++ team. As seen a few weeks ago at //BUILD, in the next version of Visual Studio you’ll be able to create Metro style app with Javascript. But this doesn't mean that Javascript is the only language you can use. There are several reasons to leverage compiled code as well. In thi...

C++
Sep 12, 2011
Post comments count0
Post likes count0

C++11 Features in Visual C++ 11

Visual CPP Team

UPDATE - March 2, 2012: the range-based for-loop and override/final v1.0 have been implemented in VC11 Beta. There's a new C++ Standard and a new version of Visual C++, and it's time to reveal what features from the former we're implementing in the latter!Terminology notes: During its development, the new C++ Standard was (optimistically) refe...

C++
Sep 6, 2011
Post comments count0
Post likes count0

First Look at the New C++ IDE Productivity Features in Visual Studio 11 (Cont’d…)

Visual CPP Team

Hi! I am Amit Mohindra, a Program Manager on the Visual C++ team. Earlier in the month my colleague Sumit Kumar had talked about some of the exciting IDE features in the next version of Visual Studio. Today I will just add to that list a few more features that we have done in the next version of the IDE to help you be more productive.   ...

C++
Aug 29, 2011
Post comments count0
Post likes count0

C9::GoingNative: Visual C++ Upcoming IDE Demos, a CRT Talk and More!!

Diego Dagum - MSFT

Greetings! Charles Torre and I came back with the second episode of Channel 9 Going Native –which is actually episode 1, considering that C++, as a C-like language, starts indexing from 0. This time we follow up from a recent article that my colleague and friend Sumit Kumar (Program Manager in the Visual C++ team) wrote last week about new I...

C++