Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Visual C++ Team Blog
>
May, 2011
Server & Tools Blogs
>
Developer Tools Blogs
>
Visual C++ Team Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Visual C++ Team Blog
Subscribe
Comments
Home
Menu
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
Announcement
Build
C++
C++ language
C++0x
Channel 9
Community
compiler
design
Dev
DirectX
GPU
IDE
Intellisense
inthecommunity
MFC
Parallelism
performance
STL
VC++
VS2010
weekly roundup
Windows 7
windows 8
Windows Store Apps
More
▼
Less
▲
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
June 2013
(3)
May 2013
(7)
April 2013
(7)
March 2013
(6)
February 2013
(9)
January 2013
(8)
December 2012
(4)
November 2012
(11)
October 2012
(12)
September 2012
(9)
August 2012
(5)
July 2012
(3)
June 2012
(6)
May 2012
(5)
April 2012
(6)
March 2012
(6)
February 2012
(8)
January 2012
(2)
December 2011
(1)
November 2011
(3)
October 2011
(6)
September 2011
(4)
August 2011
(2)
July 2011
(3)
June 2011
(14)
May 2011
(11)
April 2011
(11)
March 2011
(16)
February 2011
(12)
January 2011
(15)
December 2010
(7)
November 2010
(1)
October 2010
(1)
September 2010
(3)
August 2010
(3)
July 2010
(3)
June 2010
(5)
May 2010
(2)
April 2010
(6)
March 2010
(9)
February 2010
(5)
January 2010
(5)
December 2009
(2)
November 2009
(5)
October 2009
(5)
September 2009
(3)
August 2009
(3)
July 2009
(4)
June 2009
(8)
May 2009
(7)
April 2009
(3)
March 2009
(7)
February 2009
(3)
January 2009
(2)
December 2008
(6)
November 2008
(6)
October 2008
(5)
September 2008
(1)
August 2008
(5)
July 2008
(1)
June 2008
(5)
May 2008
(5)
April 2008
(8)
March 2008
(3)
February 2008
(5)
January 2008
(5)
December 2007
(5)
November 2007
(10)
October 2007
(8)
September 2007
(6)
August 2007
(5)
July 2007
(6)
June 2007
(5)
May 2007
(5)
April 2007
(7)
March 2007
(9)
February 2007
(5)
January 2007
(4)
December 2006
(6)
November 2006
(2)
October 2006
(5)
September 2006
(5)
August 2006
(6)
July 2006
(5)
June 2006
(10)
May 2006
(3)
More
▼
Less
▲
Blog - Title
May, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 22 (May 28, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
4
Comments
Read in this issue : Enforcing Correct Concurrent Access of Class Data DirectCompute Lecture Series 230: GPU Accelerated Physics InformIT: Top Ten Tips for Correct C++ Coding ACCU 2011: Michael Feathers On Our Ability To Do Much Mixed...
Visual C++ Team Blog
Enforcing Correct Concurrent Access of Class Data
Posted
over 2 years ago
by
vcblog
6
Comments
Hi, this is Jim Springfield . I’m an architect on the Visual C++ team. In any concurrent application, protecting data from concurrent access is extremely important. There are many primitives that can be used for this, such as critical sections...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 21 (May 21, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
4
Comments
Read in this issue : ALM for C++ in Visual Studio vNext Provide Your Custom Class Name to your MFC Application InformIT: Telltale Signs of a Failed Software Project, Part I DirectCompute Lecture Series 210: GPU Optimizations and Performance ACCU 2011...
Visual C++ Team Blog
Ask Herb Sutter
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
As a follow up of the recent interview that Charles Torre (Channel 9) made to Herb Sutter (Principal Architect with the Visual C++ team), they want the audience –in other words you guys- to send candidate questions. Herb made a call in his blog...
Visual C++ Team Blog
ALM for C++ in Visual Studio 11 at TechEd NA 2011
Posted
over 2 years ago
by
vcblog
14
Comments
Greetings!! I’m Rong Lu , Program Manager with the Visual C++ team. It’s been extremely exciting in Atlanta at TechEd North America 2011 ! Terry Leeper, Diego Dagum and I had a chance to be at TechEd and joined the announcement of Application...
Visual C++ Team Blog
New ALM Tools for Visual C++ Developers
Posted
over 2 years ago
by
vcblog
9
Comments
Hi, I’m Charles Torre , Sr. Technographer with Channel 9 . One area that people simply don’t talk often enough about is Application Lifecycle Management (ALM) tools for Visual C++ development teams . ALM tools are critical for planning...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 20 (May 14, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
4
Comments
Read in this issue : Boris Jabes: Rock Hard: C++ Evolving Raymond Chen: A function pointer cast is a bug waiting to happen Viva64: How to make fewer errors at the stage of code writing. Part N2 ACCU 2011: Scott Meyers on Move Semantics, Perfect Forwarding...
Visual C++ Team Blog
Rock Hard: C++ Evolving
Posted
over 2 years ago
by
vcblog
6
Comments
Hi, I’m Boris Jabes , senior program manager lead on the Visual C++ team. Last month I delivered a session at DevDays 2011 Netherlands, taking a fresh perspective on C++0x (or should I say, C++11) and the power of modern native programming. Unlike...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 19 (May 7, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
Read in this issue : Converting An MFC Ribbon To Designer Format (ACCU 2011) Farewell to Disks: Efficient Processing of Obstinate Data ConcRT Sample Pack: Download today DirectCompute Lecture Series 110: Memory Patterns (Code Project) A Notepad for Regular...
Visual C++ Team Blog
Converting An MFC Ribbon To Designer Format
Posted
over 2 years ago
by
vcblog
4
Comments
Hello, I’m Pat Brenner , a developer on the Visual C++ Libraries team, and I primarily work on MFC . In Visual Studio 2010, a ribbon designer was added which allows you to visually edit the ribbon used in your MFC application. This doesn’t...
Visual C++ Team Blog
Herb Sutter Shares Perspectives on the New C++ Standard
Posted
over 2 years ago
by
vcblog
10
Comments
Hi, I’m Charles Torre , Sr. Technographer with Channel 9 . I’m back with an interview made last week with Herb Sutter, Principal Architect on the Visual C++ team at Microsoft and chairman of the ISO committee which recently approved the final...
Page 1 of 1 (11 items)