Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Visual C++ Team Blog
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
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual C++ Team Blog
Spy++ Internals
Posted
over 6 years ago
by
vcblog
25
Comments
Hi, my name is Pat Brenner and I’m a software design engineer on the Visual C++ libraries team. I recently rejoined the Visual C++ team after almost 10 years in the Visual Studio environment team. I am also the owner of Spy++. While I did not originally...
Visual C++ Team Blog
Mixing deterministic and non-deterministic cleanup
Posted
over 7 years ago
by
vcblog
25
Comments
Hi, my name is Alan Chan. I’m a software design engineer in Visual C++ libraries team. As the name suggests, my team owns some of the C/C++ libraries such as ATL, MFC, CRT, STL, and OpenMP. Today, I’m going to talk about one very interesting COM interop...
Visual C++ Team Blog
Making an Exception
Posted
over 3 years ago
by
Diego Dagum - MSFT
25
Comments
An interesting debate about C++ exceptions took place a few weeks ago in the C++ MVPs discussion list. The trigger was something as innocent and specific as “ would you guys just throw std::runtime_exception with some error message string or you...
Visual C++ Team Blog
Testing VC++ Compiler and Intellisense
Posted
over 4 years ago
by
vcblog
25
Comments
Hello, My name is Rashid Sarwar and I am on Visual C++ Compiler Front End team. I have been on this team for several months and have learned many things on how to test a complier. In this post I will be sharing with you how we test our Visual C++ compiler...
Visual C++ Team Blog
Visual C++ Precompiled Header Errors on Windows 7
Posted
over 4 years ago
by
vcblog
24
Comments
Several customers have encountered the following error while using the Visual C++ compiler on Windows 7: fatal error C1859: 'stdafx.pch' unexpected precompiled header error, simply rerunning the compiler might fix this problem This error manifests...
Visual C++ Team Blog
STL Performance
Posted
over 4 years ago
by
vcblog
24
Comments
Hello, I am Mohammad Usman, a Software Design Engineer in Test on the Visual C++ Libraries team. I recently joined the team. In VS 2008 SP1, we invested heavily in our Standard Template Library (STL) implementation by adding TR1 extensions such as shared_ptr...
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
/GL and PGO
Posted
over 4 years ago
by
vcblog
24
Comments
Hi, I’m Lin Xu, a Program Manager working on the C++ compiler. Recently , we collated performance numbers from our testing passes over this release cycle. We track many different benchmarks closely for all of the architectures and switch options (...
Visual C++ Team Blog
C++ Native Multi-Targeting
Posted
over 4 years ago
by
vcblog
24
Comments
Hello, my name is Li Shao. I am a Software Design Engineer in Test on the C++ team. For the past two years, I have been part of the team working on migrating the C++ build system from VCBuild to MSBuild as well as the new project system which is also...
Visual C++ Team Blog
Visual Studio Express 2012 for Windows Desktop
Posted
9 months ago
by
Jennifer Leaf [MSFT]
24
Comments
As you may have seen, Soma announced today that Visual Studio Express 2012 for Windows Desktop is now available for download . For C++ developers, the Express for Windows Desktop includes many of the new C++ investments we made in Visual Studio 2012,...
Visual C++ Team Blog
Developing Windows Applications in C++ (Articles Series)
Posted
over 2 years ago
by
vcblog
24
Comments
We got just published “ Developing Windows Applications in C++ ”, an article series created by C++ Most Valuable Professional Kate Gregory . This material is aimed at C++ developers who want to learn how to write Windows applications. It won’t...
Visual C++ Team Blog
C9::GoingNative 2: the Windows Runtime Library (WRL)
Posted
over 2 years ago
by
vcblog
23
Comments
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...
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
Troubleshooting Tips for IntelliSense Slowness
Posted
over 2 years ago
by
vcblog
23
Comments
Hi, my name is Andy Rich and I’m a QA on the C++ front-end compiler. The IntelliSense system in Visual Studio 2010 comes with far greater power, flexibility, and accuracy, but these improvements come at the cost of greater complexity. The goal of...
Visual C++ Team Blog
Optimizing C++ Code
Posted
21 days ago
by
Jim Hogg
23
Comments
Introduction Hi, my name is Jim Hogg and I am a Program Manager, working in the Visual C++ compiler team in Microsoft, based on the main campus here in Redmond. More specifically, I work in the part of the compiler that optimizes your code, to make...
Visual C++ Team Blog
Dialog Editor Improvements in Visual Studio 2010
Posted
over 3 years ago
by
vcblog
23
Comments
Hello, my name is Daofa Li, and I am on the Visual C++ QA team. In this post I will be sharing with you the improvements in Dialog Editor for Visual Studio 2010. In Visual Studio 2010, we have improved Dialog Editor in the following features: ·...
Visual C++ Team Blog
Improving C++ Intellisense Performance with PCH
Posted
over 3 years ago
by
vcblog
23
Comments
Thank you to everyone who has submitted feedback on the Visual Studio Release Candidate. We have received feedback that C++ Intellisense performance is slower. One way to improve this is to enable Pre-Compiled Headers usage for Intellisense parser. Andy...
Visual C++ Team Blog
Issues with F1-Help in C++ Projects
Posted
over 3 years ago
by
vcblog
23
Comments
Hi! My name is Ulzii Luvsanbat and I’m a Senior Test Lead with the Visual C++ team. Diego told me about some feedback received in a recent post regarding the accuracy and usefulness of the F1-Help command when working on C++ projects. First of...
Visual C++ Team Blog
VC++ IDE / Design Time Stress Testing
Posted
over 4 years ago
by
vcblog
23
Comments
Hi, my name is Jianhua Li, and I am a VC++ IDE QA. Today I am going to talk about VC++ IDE / Design Time stress testing. What is stress testing? Design Time Stress (DTS) is part of a broader set of reliability quality criteria focused on measuring...
Visual C++ Team Blog
The Mallocator
Posted
over 5 years ago
by
vcblog
23
Comments
A common question from programmers who have an intermediate amount of experience with using the STL is, "How do I write an STL allocator?". Writing an STL allocator is not especially difficult - only two member functions are interesting, allocate() and...
Visual C++ Team Blog
Dev10 Is Just The Beginning
Posted
over 4 years ago
by
vcblog
22
Comments
Hello, I’m Mark Hall, an architect in the Visual C++ group. I wanted to follow up on Jim Springfield’s previous blogs about the history of C++ intellisense, and some of the changes we’re making in upcoming Visual Studio 10 release. It’s been almost a...
Visual C++ Team Blog
Linker throughput
Posted
over 4 years ago
by
vcblog
22
Comments
Hello, my name is Chandler Shen, a developer from the Visual C++ Shanghai team. We have made some changes in the upcoming Visual C++ 2010 release to improve the performance of linker. I would like to first give a brief overview of the linker and how...
Visual C++ Team Blog
Connecting C++ and XAML
Posted
9 months ago
by
vcblog
22
Comments
Hi, I’m Andy Rich, a tester on the C++ frontend compiler and one of the primary testers of the C++/CX language extensions. If you’re like me, making use of a technology without understanding how it works can be confusing and frustrating. This...
Visual C++ Team Blog
Setting WINVER for MFC Applications
Posted
over 1 year ago
by
vcblog
22
Comments
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...
Visual C++ Team Blog
GS
Posted
over 4 years ago
by
vcblog
21
Comments
My name is Hongwei Qi and I am a Software Design Engineer in Test on the Visual C++ compiler code generation team. In this post I want to share with you the enhancements planned for the GS feature in Visual Studio 2010. Evolution of GS A lot...
Page 4 of 20 (484 items)
«
2
3
4
5
6
»