Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Visual C++ Team Blog
>
February, 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
February, 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 9 (Feb 26, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
Read in this issue : Creating an Internet Explorer Add-in Toolbar Button using C++ and ATL Windows 7 Taskbar Integration for MFC Applications The Cost of Free Can Touch This: Windows 7 Touch Application Development Guidance Expressive C++: Fun With Function...
Visual C++ Team Blog
C++ Renaissance: First Symptoms of Contagion in Traditionally Non-Native Teams
Posted
over 2 years ago
by
Diego Dagum - MSFT
23
Comments
You may already know Pete Brown but if you don’t, I’ll briefly introduce him here: he’s, like me, a Community Program Manager with Microsoft but while I’m focused on C/C++ languages and the Visual C++ tool, he’s devoted to client-side development technologies...
Visual C++ Team Blog
Can Touch This: Developer Guidance for Touch-Enabled Applications
Posted
over 2 years ago
by
Diego Dagum - MSFT
7
Comments
Those who, beside this blog, read Windows Developer resources, may have noticed that at the beginning of this month that sibling team released a “ Windows 7 Touch Application Development Guidance ”. This guidance is purposed to make you learn...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 8 (Feb 19, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
1
Comments
Read in this issue : Win32++: A Simple Alternative to MFC How do you build a community of users that give high quality comments on a website? What’s so cool about Boost.MPI? W00t W00t Nix Nix! Concurrency Runtime (CRT): The Resource Manager CPU Caches...
Visual C++ Team Blog
MFC Application Instance Control
Posted
over 2 years ago
by
Diego Dagum - MSFT
16
Comments
An interesting question, asked days ago in one of our C++ forums , was the following: How to Run only one instance of MFC application?? A possible approach, based in mutex (mutual exclusion) objects , was posted a few hours later. In the proposed...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 7 (Feb 12, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
2
Comments
Read in this issue : Visual C++ 2010: What’s new for MFC library? Herb Sutter: Know When to Use an Active Object Instead of a Mutex Entrepreneurial debates: Acquisition interest in my part-time startup Introduction to Expressive C...
Visual C++ Team Blog
shared_ptr - Advanced STL, Part 1
Posted
over 2 years ago
by
vcblog
15
Comments
Part 1 of my video lecture series exploring the Standard Template Library's implementation is now available. In this part, I explain how some of shared_ptr's magic works, including type erasure and make_shared<T>()'s optimizations that save both...
Visual C++ Team Blog
Go Ask printf() To Behave Predictably
Posted
over 2 years ago
by
Diego Dagum - MSFT
24
Comments
This is one of those problems whose solution is very evident… or bitterly hard to guess depending on how much you were influenced by what you were told about it. I’ll paste here the case I must be getting blind, as I can’t...
Visual C++ Team Blog
C++ Renaissance: a Channel 9 Interview
Posted
over 2 years ago
by
Diego Dagum - MSFT
19
Comments
If you don’t know Charles Torre, I’ll introduce him here: Charles is a BIG fan of C++ and he works for Channel 9 (in that order). Charles is the one to blame about the acclaimed series that Stephan put together about STL (beside Stephan himself...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 6 (Feb 5, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
3
Comments
For this week roundup, we start with a game that C++ MVP Marius Bancila code, inspired on his favorite phone game. You can download the code and study or just play it right away. We tell you how to validate, in Visual Studio 2010, C/C++ code against architecture...
Visual C++ Team Blog
Concurrent Containers
Posted
over 2 years ago
by
Diego Dagum - MSFT
5
Comments
A recurrent question (well, one of the many) is about STL containers and whether they are thread safe. Taking Stephan’s words here, the reality is that they aren’t, not as a bug but as a feature: having every member function of every STL...
Visual C++ Team Blog
PDC 2010: Lambdas, Lambdas Everywhere
Posted
over 2 years ago
by
Diego Dagum - MSFT
4
Comments
Why care about C++0x lambda functions? Syntactically, they are nothing but sugar for function objects. However, they are an essential and enabling sugar that will change the way we will write C++ code more often than most people realize. This talk...
Page 1 of 1 (12 items)