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
STL
Survey
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
May 2013
(3)
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
C++11 Features in Visual C++ 11
Posted
over 2 years ago
by
vcblog
151
Comments
UPDATE - March 2, 2012 : the range-based for-loop and override/final v1.0 have been implemented in VC11 Beta. There's a new C++ Standard and a new version of Visual C++, and it's time to reveal what features from the former we're implementing in...
Visual C++ Team Blog
Managed Incremental Build
Posted
over 6 years ago
by
vcblog
13
Comments
Real-world solutions typically consist of multiple projects - often many projects. The projects are usually related to each other in some sort of dependency relationship. For example, consider a solution with 3 primary output targets (P1-3), a few intermediate...
Visual C++ Team Blog
Visual Studio 2010 C++ Project Upgrade Guide
Posted
over 3 years ago
by
vcblog
26
Comments
Hi, my name is Li Shao. I am Software Design Engineer in Test on the C++ team. As has been mentioned in many of the blogs, for example, recent blog by Felix Huang, the blog by Andreea Issac and my earlier blog , one of the major improvements in this release...
Visual C++ Team Blog
C++0x Core Language Features In VC10: The Table
Posted
over 3 years ago
by
vcblog
40
Comments
When we announced that the Visual Studio 2010 Release Candidate Is Now Available For Download , a reader, Igor, asked us to provide a table summarizing which C++0x Core Language features are implemented in VC10. So, here it is! It's derived from, but...
Visual C++ Team Blog
Quick Tour Of New MFC Functionality
Posted
over 6 years ago
by
vcblog
135
Comments
Hi I’m Pat Brenner, a developer on the Visual C++ libraries team. I’m pleased to give you a sneak peek at a major MFC update we’ve been working on. Since we’re adding a number of cool new user interface components to...
Visual C++ Team Blog
Rvalue References: C++0x Features in VC10, Part 2
Posted
over 4 years ago
by
vcblog
60
Comments
Part 1 of this series covered lambdas , auto , and static_assert . Today, I'm going to talk about rvalue references , which enable two different things: move semantics and perfect forwarding . This post will be long, because I'm going to explain...
Visual C++ Team Blog
MSDN Feedback Bug Prioritization
Posted
over 7 years ago
by
vcblog
14
Comments
During the past few months, the Visual C++ team allocated many of its development resources towards addressing bugs submitted through the MSDN Feedback Center . In fact, almost 90% of these bugs were fixed and will ship as part of Visual Studio 2005 Service...
Visual C++ Team Blog
Lambdas, auto, and static_assert: C++0x Features in VC10, Part 1
Posted
over 5 years ago
by
vcblog
91
Comments
The Visual C++ compiler in the Microsoft Visual Studio 2010 September Community Technology Preview (CTP) contains support for four C++0x language features, namely lambdas , auto , static_assert , and rvalue references . Today, I'm going to explain the...
Visual C++ Team Blog
IntelliSense/Browsing options in VC++ 2010
Posted
over 3 years ago
by
vcblog
19
Comments
Now that Dev10 is getting close to release I want to describe in detail the various options we have included for controlling browsing and IntelliSense in VC++. Note: All information here is specifically about C and C++ and does not apply to C# or VB....
Visual C++ Team Blog
C++/CLI IntelliSense in Visual Studio vNext
Posted
over 2 years ago
by
Diego Dagum - MSFT
48
Comments
Recently Mohsen & Craig talked about a Renaissance within C++ development and Tony talked rebuilding our developer communication around C++, both of these videos touched on the subject of providing a more real world pragmatic discussion around why...
Visual C++ Team Blog
Some VS2005 and VS2008 Wizards Pop Up Script Error.
Posted
over 4 years ago
by
vcblog
80
Comments
Visual C++ team has discovered that after installing the current release of Internet Explorer (Internet Explorer 8), some VC++ wizards do not function correctly. The products affected are Visual Studio 2005 and Visual Studio 2008. Following are the affected...
Visual C++ Team Blog
Targeting Windows XP with C++ in Visual Studio 2012
Posted
11 months ago
by
Steve Teixeira, MSFT
72
Comments
We recently announced the Visual Studio 2012 product lineup and platform support , and as a part of this announcement we mentioned that we were evaluating options for enabling C++ developers to build applications in Visual Studio 2012 that run on Windows...
Visual C++ Team Blog
Rebuilding Intellisense
Posted
over 4 years ago
by
vcblog
83
Comments
Hi, my name is Boris Jabes. I've been working on the C++ team for over 4 years now (you may have come across my blog , which has gone stale...). Over the past couple of years, the bulk of my time has been spent on re-designing our IDE infrastructure so...
Visual C++ Team Blog
MFC Beta Now Available
Posted
over 5 years ago
by
vcblog
76
Comments
A beta version of a major MFC/TR1 feature pack is now available for download . Please note that this feature pack is only supported on systems which have the English language (ENU) version of Visual Studio Team System 2008 Team Suite or Visual Studio...
Visual C++ Team Blog
Visual Studio 2005 SP1 released
Posted
over 7 years ago
by
vcblog
57
Comments
The Visual C++ team is excited to announce the release of Visual Studio 2005 SP1!!! The Service pack launched on Friday December 15, 2006 and is available for download here: VS2005SP1 This SP addresses issues that were found through a combination of customers...
Visual C++ Team Blog
Q&A on our TR1 implementation
Posted
over 5 years ago
by
vcblog
82
Comments
Hello. My name is Stephan and I’m a developer on the Visual C++ libraries team. As the Visual Studio 2008 Feature Pack Beta (available for download here with documentation available here ) contains an implementation of TR1, I thought I’d answer some common...
Visual C++ Team Blog
The Filterator
Posted
over 3 years ago
by
vcblog
21
Comments
My name is Ahmed Charles and I currently work on Windows Error Reporting. I believe that this is the first time that someone not on the VC team has written a blog, but I hope you will find it useful anyways. I’d like to thank Stephan T. Lavavej...
Visual C++ Team Blog
Visual C++ 2008 Feature Pack Released!
Posted
over 5 years ago
by
vcblog
80
Comments
The final release of the Visual C++ 2008 Feature Pack is now available for download. This release provides several exciting features for C++ developers, such as a major update to MFC and an implementation of TR1. These features are fully covered under...
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
MASM available as a free download
Posted
over 7 years ago
by
vcblog
21
Comments
Microsoft has made its x86 assembler available as a free download. The Microsoft Macro Assembler 8.0 (MASM) is a tool that compiles x86 assembly language programs and generates corresponding binaries. Assembly language programs built with MASM can be...
Visual C++ Team Blog
Announcing Hilo
Posted
over 3 years ago
by
vcblog
21
Comments
What is Hilo? Project “ Hilo ” is an effort to tell the story of building high performing, responsive rich Windows applications using C++. We will do this by walking you through our own experience of building some sample applications which we believe...
Visual C++ Team Blog
Performance Improvements in Visual C++
Posted
over 6 years ago
by
vcblog
59
Comments
Hi, my name is Jim Springfield, and I’m an architect on the Visual C++ team. I recently spent two months working on some core improvements to how VC deals with Intellisense as well as overall UI responsiveness. We observed a strong correlation between...
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
How to redistribute the Visual C++ Libraries with your application
Posted
over 6 years ago
by
vcblog
51
Comments
Hello again, this is Ben Anderson, SDET on the Visual C++ libraries team. One of the most common questions we get from customers on the forums and elsewhere is “My app needs the Visual C++ Libraries (CRT, ATL, MFC, OpenMP or some combination thereof...
Visual C++ Team Blog
Windows XP Targeting with C++ in Visual Studio 2012
Posted
7 months ago
by
Ibrahim Damlaj
42
Comments
Background In June, we announced enhanced targeting for Windows XP using the Visual Studio 2012 C++ compiler and libraries. This feature has been included in Visual Studio 2012 Update 1. You can download it from here . The purpose of this article is...
Page 1 of 20 (477 items)
1
2
3
4
5
»