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
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
The Visual C++ Weekly Vol. 1 Issue 18 (Apr 30, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
Read in this issue : Advanced STL, Part 4 Concurrency Runtime: Transporting Exceptions between Threads DirectCompute Lecture Series 101: Introduction to DirectCompute (C++ and Beyond) Adventures in Perfect Forwarding (InformIT) Ten Techniques to Reduce...
Visual C++ Team Blog
The Visual C++ Weekly Vol. 1 Issue 23 (June 4, 2011)
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
Read in this issue : Bing Maps Trip Optimizer Now Available on MSDN Developer Samples Channel 9: Stephan T Lavavej - Advanced STL, 5 of n The XML Parsing Article That Should (Not) Be Written! – CodeProject BUILDing a bright future - Somasegar's WebLog...
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
Internal Compiler Error when doing multi-proc compilation (/MP) on Windows XP
Posted
over 2 years ago
by
vcblog
0
Comments
Hi! My name is Ulzii Luvsanbat and I’m a Senior Test Lead with the Visual C++ team. We’ve recently received multiple bug reports on VC++ 2010 compiler consistently crashing during multi-proc build on Windows XP and XP SP3 OSes. This was...
Visual C++ Team Blog
Asynchronous Operations in Windows 8 with the Parallel Patterns Library (PPL)
Posted
over 2 years ago
by
vcblog
The Concurrency Runtime team is working on the next generation of the Parallel Patterns Library (PPL) that will help you consume asynchronous operations in your apps using a simpler development model than the one Windows 8 has built-in as part of its...
Visual C++ Team Blog
Container Pretty Printer - Advanced STL, Part 6
Posted
over 2 years ago
by
vcblog
0
Comments
In Part 6 of my second video lecture series focused on the Standard Template Library, I demonstrate how to write a "pretty printer" for STL containers that's capable of formatting a vector<tuple<int, string, int>> as [(1, "ten", 100), (2,...
Visual C++ Team Blog
Try It Now: Use PPL to Produce Windows 8 Asynchronous Operations
Posted
over 2 years ago
by
vcblog
There's a new revision of the Concurrency Runtime and Parallel Pattern Library sample pack that demonstrates a convenient way of consuming and producing Windows Runtime asynchronous operations using PPL. Read the announcement at sister blog Parallel...
Visual C++ Team Blog
GoingNative 3: Marian Luparu answers about C++/CX
Posted
over 2 years ago
by
Diego Dagum - MSFT
0
Comments
C++/CX language design team member Marian Luparu sits in the hot seat to answer some questions (a few from the GoingNative community - thank you!), draw on the whiteboard and demo some code. [Watch the episode in Channel 9]
Visual C++ Team Blog
Compiler Security Enhancements in Visual Studio 11
Posted
over 2 years ago
by
vcblog
Tim Burrell (MSEC Security Science Team) just posted a new article in the Security Development Lifecycle (SDL) blog. [Read article here]
Visual C++ Team Blog
GoingNative 2012 Full Schedule
Posted
over 1 year ago
by
vcblog
Charles has recently published the agenda for GoingNative 2012 –the first C++ only event done in MS in many years. Great speakers and compelling topics. Take a look here .
Visual C++ Team Blog
Enhancements to /GS in Visual Studio 11
Posted
over 1 year ago
by
vcblog
Tim Burrell outlines more of the work done by Security Science & the Visual Studio team. He previously noted that they are updating the on-by-default /GS compiler switch, which provides protection against some memory safety bugs such as buffer...
Visual C++ Team Blog
Profile Guided Optimization (PGO)
Posted
1 month ago
by
Ankit Asthana
0
Comments
PGO is a runtime compiler optimization which leverages profile data collected from running important and performance centric user scenarios to build an optimized version of the application. PGO optimizations have some significant advantage over traditional...
Visual C++ Team Blog
Friday Miscellany #4
Posted
4 months ago
by
Eric Battalio
0
Comments
Welcome to another Friday Miscellany, a collection of interesting links from across the internet curated from social media, conversations and curiosity. It’s all about performance: Using Visual C++ 2012 to make the best use of your hardware...
Visual C++ Team Blog
Friday Miscellany #5
Posted
3 months ago
by
Eric Battalio
0
Comments
Welcome to another Friday Miscellany, a collection of interesting links from across the internet curated from social media, conversations and curiosity. From isocpp.org, B-Tree containers , a C++ template library that implements B-tree containers...
Visual C++ Team Blog
Feedback Wanted: Participate in User Experience Research on the Visual Studio Help Experience
Posted
over 2 years 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
The Visual C++ Weekly Vol. 1 Issue 3 (Jan 15, 2011) Is Out
Posted
over 2 years 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
C++ Build Parallelization Post On Visual Studio blog
Posted
over 3 years ago
by
vcblog
0
Comments
Visual Studio 2010 has some enhancements that provide an easy way to get faster builds on a multiprocessor computer through parallelism. Dan Moseley a Lead Developer on MSBuild has written a blog on the C++ Build Parallelism in Visual Studio 2010 . ...
Visual C++ Team Blog
Channel 9 Video: David LeBlanc (and Ale Contenti): Inside SafeInt
Posted
over 4 years ago
by
vcblog
0
Comments
David LeBlanc and Michael Howard literally wrote the book on “ Writing Secure Code ”. David has also developed the SafeInt class, a template class that performs “checked” operations on integer types (with a name like SafeInt what else would you expect...
Visual C++ Team Blog
Channel 9 Video: Bogdan Mihalcea: The New VC++ Project/Build system - MSBuild for C++
Posted
over 4 years ago
by
vcblog
0
Comments
Bogdan Mihalcea is a developer on the Visual C++ team . D uring the development of Visual Studio 2010 he has been feverously working on converting our build system to target MS Build as the build infrastructure for Visual C++ 2010 Solutions/Projects....
Visual C++ Team Blog
Channel 9 Video: Louis Lafreniere: Next Generation Buffer Overrun Protection - gs++
Posted
over 4 years ago
by
vcblog
0
Comments
Thanks to a recent VC Blog post by Hongwei Qi , you already know that we have worked on our /GS switch for VS2010. You can already try it out with the VS2010 Beta 1 too. Recently Charles Torre from Channel 9 stopped by and spoke with one of our Channel...
Visual C++ Team Blog
Visual C++ Community Content
Posted
over 7 years ago
by
vcblog
0
Comments
Join our slow chat on Visual C++ During the week of June 19 th , the Visual C++ team will be hosting a slow chat titled Visual C++: Yesterday, Today and Tomorrow on CodeGuru ( www.codeguru.com ). A slow chat takes place in a discussion forum over a...
Visual C++ Team Blog
Tech Ed 2006
Posted
over 7 years ago
by
vcblog
0
Comments
Boris Jabes – a program manager on the Visual C++ IDE team – has posted impressions of Tech Ed 2006 on his blog. He shares insights into what went on at the conference and the issues customers brought up. Check it out here . Thanks, The Visual C++...
Visual C++ Team Blog
Fixing COM Interface Redefinition Error
Posted
over 6 years ago
by
vcblog
0
Comments
Hello my name is Steven Toscano and I work on the Visual C++ IDE team. Recently we had a customer visit that exposed a common problem people are seeing when migrating to VS2005 from older versions of VS. You will encounter this problem if you have defined...
Visual C++ Team Blog
Improving Our Servicing Experience
Posted
over 6 years ago
by
vcblog
0
Comments
This is the second time I’ve experienced the “end game” of a product cycle in VC++. It is always a wonderful time: looking back at all the accomplishments, the satisfaction of seeing all the cool new features working smoothly together, the eagerness of...
Page 19 of 20 (477 items)
«
16
17
18
19
20