Sign In
Visual C++ Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Announcement
Bug Info
C++ language
C++/CLI
C++0x
Channel 9
Community
compiler
design
Dev
DirectX
GPU
Graphics
IDE
Intellisense
MFC
MSBuild
Parallelism
performance
STL
Test
VC++
VS2010
weekly roundup
Windows 7
Archive
Archives
June 2012
(1)
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)
January, 2011
MSDN Blogs
>
Visual C++ Team Blog
>
January, 2011
Posts
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 5 (Jan 29, 2011)
Posted
over 1 year ago
by
Diego Dagum - MSFT
5
Comments
This week comes with an article to help you set your application for parallelization; C++ MVP Dan Rollins researches on various ways to implement properties in C++; Issam Iqbal, C++ MVP, gives another twist to the TO CLI or NOT TO CLI debate when creating...
Visual C++ Team Blog
Heritage Shared
Posted
over 1 year ago
by
Diego Dagum - MSFT
20
Comments
A few days ago, we posted two C++ quizzes based on a question posted in a forum. Let’s review the first question Quiz 1 #include <iostream> class Foo { public : virtual void DoStuff()=0; }; class Bar : public Foo { public : ...
Visual C++ Team Blog
Parallel Programming with Microsoft Visual C++ (Book in Progress)
Posted
over 1 year ago
by
Diego Dagum - MSFT
5
Comments
The patterns & practices group is writing a new guide that will introduce Visual C++ programmers to patterns for including parallelism in their applications . Examples of these patterns are parallel loops, parallel tasks and data aggregation with...
Visual C++ Team Blog
Sharing the Heritage (Quiz Game)
Posted
over 1 year ago
by
Diego Dagum - MSFT
31
Comments
I was reading recent discussion threads and found something interesting that someone introduced as a question, but instead of start developing the whole story from here, I’ll just challenge you with two different quiz games. Quiz 1 ...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 4 (Jan 22, 2010)
Posted
over 1 year ago
by
Diego Dagum - MSFT
7
Comments
Greetings!! The 4th issue of The Visual C++ Weekly is out there. This issue starts with an article due to C++ MVP Marc Gregoire on an extension that Visual Studio 2010 SP1 Beta brings to Microsoft Foundation Classes (MFC) to allow animations. A book of...
Visual C++ Team Blog
Feedback Wanted: Participate in User Experience Research on the Visual Studio Help Experience
Posted
over 1 year ago
by
Diego Dagum - MSFT
0
Comments
Microsoft is working to provide developers the next experience with local documentation. Last December, the Library team released the SP1 beta version of its Microsoft Help Viewer for Visual Studio. Additionally, there are a number of changes and improvement...
Visual C++ Team Blog
Herb Sutter: “Coding, like Speaking a Language, Implies that You Think in that Language”
Posted
over 1 year ago
by
Diego Dagum - MSFT
10
Comments
Erik Meijer –host of the “ Expert to Expert ” series in Channel 9- interviews Herb Sutter -an Architect on the VC++ team and chair of the C++ Standards Committee. In this thought-provoking talk, Herb and Erik cover generic programming...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 3 (Jan 15, 2011) Is Out
Posted
over 1 year ago
by
Diego Dagum - MSFT
0
Comments
We just released the third issue of The Visual C++ Weekly . For technical reasons, from the original list of articles, there are two that weren’t caught and got lost but we’ll make sure to include them in the fourth issue (to appear next Saturday...
Visual C++ Team Blog
A 101 on GPU-Accelerated Apps in the Windows Platform
Posted
over 1 year ago
by
Diego Dagum - MSFT
3
Comments
In the last Professional Developer Conference (PDC) , a few months ago, Chas Boyd –PM Architect with Windows Graphics at Microsoft- delivered a general overview of the Windows Graphics architecture , its different APIs and the application types...
Visual C++ Team Blog
C++ Programming Interviews: What Interviewers Want You To Show
Posted
over 1 year ago
by
Diego Dagum - MSFT
35
Comments
A recent study showed that C++ is still among the most used languages (ahead of any other Visual Studio officially supported language like C# or Visual Basic). But despite being widely used and known by several generations of developers –thanks...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 2 (Jan 8, 2011) Is Out
Posted
over 1 year ago
by
Diego Dagum - MSFT
4
Comments
C++ MVP Kenny Kerr starts a new series on modern Windows development with C++0x. Intel features a highly parallel optimized crowd simulation technique. Get All-In-One: a code sample library for Microsoft development technologies. C++ MVP Kate Gregory...
Visual C++ Team Blog
Rvalue References and Type Traits - Video Introduction to the STL, Parts 9 and 10
Posted
over 1 year ago
by
vcblog
9
Comments
The final parts of my video lecture series introducing the Standard Template Library are now available. Part 9 covers a single function, std::move() , and explains how rvalue references power move semantics. Part 10 covers <type_traits>, a header...
Visual C++ Team Blog
Application Lifecycle Management (ALM) for C++ in Visual Studio 2010
Posted
over 1 year ago
by
Diego Dagum - MSFT
8
Comments
Hi! I’m Ale Contenti and I’d like to show you here a session on Application Lifecycle Management ( ALM ) for C++ in Visual Studio 2010 I presented last November at TechEd Europe , in Berlin. People often wonder how we expect C++ developers...
Visual C++ Team Blog
Grr... My VC++ Project Is Building Slower in VS2010. What Do I Do Now? (A Step by Step Guide)
Posted
over 1 year ago
by
Diego Dagum - MSFT
13
Comments
Hi, my name is Renin John and I work as a Software Development Engineer in Test with the VC++ Project and Build Team. I was involved in testing the Build performance of the VS 2010 IDE and I wanted to give you all an idea about what to expect, and some...
Visual C++ Team Blog
2011 Comes with a New C++ Weekly Roundup
Posted
over 1 year ago
by
Diego Dagum - MSFT
4
Comments
Happy New Year!! Starting 2011, we’ll be releasing every week a compilation of articles, videos, downloadable stuff, interviews and other news related with our programming language . Sources may or may not be MS-owned, as long as the content...
Page 1 of 1 (15 items)