Showing category results for 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++
Mar 13, 2012
Post comments count0
Post likes count0

Setting WINVER for MFC Applications

Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team, and I am the primary developer working on MFC. I’ve realized over the course of the past several years that a number of developers (especially those using ATL and/or MFC) can be confused about the proper usage and setting of the WINVER #define (and/or the corresponding _WINNT_...

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

What’s New in Code Analysis for Visual Studio 11

Visual CPP Team

 The Code Analysis team has just posted an article on the latest improvements in Visual Studio 11. If you are a C++ developer (we guess you are as you are reading this blog), it’s worth taking a look. [Read the article here]

C++
Mar 5, 2012
Post comments count0
Post likes count0

What’s up with MFC in Visual Studio 2011 Beta

Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team. Through this blog post I wanted to share some information about the Microsoft Foundation Class (MFC) Library, since I am the primary developer working on MFC. As you know, MFC is an important technology component which has been extensively used over the years by C++ developers...

C++
Feb 29, 2012
Post comments count0
Post likes count0

What's New in Visual Studio 11 Beta for C++ Developers

Visual CPP Team

  Snippets of the Metro style version for the most popular 101 application.       Download this Beta today:       As Jason Zander –CVP of Visual Studio- just confirmed, a Visual Studio 11 Beta was released earlier today. What can C++ developers expect from this new version compared to Vis...

C++
Feb 18, 2012
Post comments count0
Post likes count0

C++ Precon at Tech Ed 2012 – Orlando and Amsterdam

Visual CPP Team

At both Tech Ed North America 2012 (June 11th-14th) and Tech Ed Europe 2012 (June 26th-29th) there will be a C++ all day preconference! The title is C++ in 2012: Modern, Readable, Safe, Fast. Our C++ MVP Kate Gregory will deliver it and here's the abstract: C++ is gaining momentum as a development language, so whether you’ve never used C++ ...

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

Help Us Make Improvements

Visual CPP Team

The Microsoft Visual Studio Design Research Team is looking for developers to give us direct feedback on our development tools, languages and libraries! Opportunities include usability studies of upcoming features, focus groups where we explore new ideas, as well as 1:1 interviews.Is this just about Visual Studio users?You do NOT need to be a Visua...

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

GoingNative 2012 Online

Visual CPP Team

Thanks to everyone who came to Redmond and/or watched online to participate in Going Native 2012, last week’s global C++-fest. It was a lot of fun, and generated a lot of useful and important talks that we hope will help continue disseminate understanding of C++11 throughout the global C++ community. All the videos and decks are available onlin...

C++
Feb 6, 2012
Post comments count0
Post likes count0

Reducing the Size of Statically-linked MFC Applications in VC11

Visual CPP Team

Hello, I’m Pat Brenner, a developer on the Visual C++ Libraries team, and I am the primary developer working on the Microsoft Foundation Classes (MFC). In Visual Studio 2010, the size of statically-linked MFC applications grew substantially. We’ve gotten a number of comments about this issue, so I wanted to post an article about the cause an...

C++