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
IDE
Intellisense
MFC
MSBuild
MVP
Parallelism
performance
STL
Test
VC++
VS2010
weekly roundup
Windows 7
Archive
Archives
February 2012
(4)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual C++ Team Blog
Reducing the Size of Statically-linked MFC Applications in VC11
Posted
12 hours ago
by
vcblog
4
Comments
Hello, I’m Pat Brenner , a developer on the Visual C++ Libraries team, and I am the primary developer working on the Microsoft Foundation Classes (MFC) . In Visual Studio 2010, the size of statically-linked MFC applications grew substantially. We’ve gotten...
Visual C++ Team Blog
The Microsoft C++ Compiler Turns 20!
Posted
3 days ago
by
vcblog
13
Comments
This month, we enter the third decade of C++ at Microsoft. It was twenty years ago, in February of 1992, that we released our first C++ compiler: Microsoft C/C++ 7.0. Before then, we already worked with several of the C++ “preprocessor”...
Visual C++ Team Blog
C++11 Conformance Survey
Posted
4 days ago
by
vcblog
Hello, My name is Vikas Bhatia and I am a Program Manager in the Visual C++ team. We are conducting a survey to see the relative urgency of C++11 features to you, the developer. C++11 conformance is important to us. We intend to implement the C++11...
Visual C++ Team Blog
The Magic of Going Native 2012 Starts Today!
Posted
4 days ago
by
vcblog
2
Comments
UPDATE: We are already streaming live!! Are you guys ready? This is the agenda for this event happening during today and tomorrow. Day 1 – C++11 Today [Keynote ] 9:30-11:00AM PST (1730 - 1900 UTC) -- Bjarne Stroustrup : C++11 Style...
Visual C++ Team Blog
Enhancements to /GS in Visual Studio 11
Posted
6 days 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
GoingNative 2012 Full Schedule
Posted
19 days 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
Compiler Security Enhancements in Visual Studio 11
Posted
2 months 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
Announcing GoingNative 2012 Conference
Posted
2 months ago
by
vcblog
3
Comments
We know developers are hungry for information about native development . The GoingNative conference aims to provide current technical information to as many people as possible. Register now! GoingNative 2012 is a 48 hour technical event for those...
Visual C++ Team Blog
Code Analysis in Visual C++ 11
Posted
2 months ago
by
vcblog
The Microsoft Security Science team has recently posted a note about Security Development Lifecycle integration as part of the Code Analysis rules coming with the next version of Visual C++. [Read the full post]
Visual C++ Team Blog
Game Debugging in Visual Studio 11
Posted
2 months ago
by
vcblog
9
Comments
Hi! I am Amit Mohindra , a Program Manager on the Visual C++ team. We believe Metro style games and graphics-intensive apps present a huge opportunity for developers on new devices such as tablets. The primary API for accessing the full power of the...
Visual C++ Team Blog
GoingNative 3: Marian Luparu answers about C++/CX
Posted
3 months 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
Try It Now: Use PPL to Produce Windows 8 Asynchronous Operations
Posted
3 months 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
Inside the C++/CX Design
Posted
3 months ago
by
vcblog
49
Comments
Hello. This is Jim Springfield , an architect on the Visual C++ team. Today, I want to give some insight into the new language extensions, officially called C++/CX , which was designed to support the new API model in Windows 8. If you attended //BUILD...
Visual C++ Team Blog
C9 Lecture: C Runtime (CRT) Topics, by Mahmoud Saleh
Posted
3 months ago
by
Diego Dagum - MSFT
2
Comments
In a recent Going Native episode in Channel 9, Charles (Torre) and I interviewed Mahmoud Saleh , the software engineer who keeps the C Runtime library. Now Mahmoud prepared for you a 1-hour lecture on some of the CRT topics like Memory leak detection...
Visual C++ Team Blog
Announcing Wrox's Professional C++, 2nd Edition
Posted
3 months ago
by
vcblog
13
Comments
Greetings! I’m Marc Gregoire, a Microsoft MVP VC++ since 2007, and I’m pleased to tell you that I’ve finished work on my book “ Professional C++, Second Edition ”. This second edition includes the latest C++ standard,...
Visual C++ Team Blog
C9::GoingNative 2: the Windows Runtime Library (WRL)
Posted
4 months 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
Asynchronous Operations in Windows 8 with the Parallel Patterns Library (PPL)
Posted
4 months 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
Building Metro Style Apps with C++ and JavaScript
Posted
4 months ago
by
vcblog
6
Comments
Hi, I’m Raman Sharma , a Program Manager with the Visual C++ team. As seen a few weeks ago at //BUILD , in the next version of Visual Studio you’ll be able to create Metro style app with Javascript. But this doesn't mean that Javascript...
Visual C++ Team Blog
C++11 Features in Visual C++ 11
Posted
4 months ago
by
vcblog
180
Comments
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 the latter! Terminology notes : During its development, the new C++ Standard was (optimistically) referred to as...
Visual C++ Team Blog
First Look at the New C++ IDE Productivity Features in Visual Studio 11 (Cont’d…)
Posted
5 months ago
by
vcblog
27
Comments
Hi! I am Amit Mohindra, a Program Manager on the Visual C++ team . Earlier in the month my colleague Sumit Kumar had talked about some of the exciting IDE features in the next version of Visual Studio . Today I will just add to that list a few more features...
Visual C++ Team Blog
C9::GoingNative: Visual C++ Upcoming IDE Demos, a CRT Talk and More!!
Posted
5 months ago
by
Diego Dagum - MSFT
2
Comments
Greetings! Charles Torre and I came back with the second episode of Channel 9 Going Native –which is actually episode 1, considering that C++, as a C-like language, starts indexing from 0. This time we follow up from a recent article that my...
Visual C++ Team Blog
First Look at the New C++ IDE Productivity Features in Visual Studio 11
Posted
5 months ago
by
vcblog
53
Comments
Hi! I am Sumit Kumar , a Program Manager on the Visual C++ team. Today I will talk to you about some of the exciting new IDE functionality in the next version of Visual Studio that will make you, the C++ developer, more productive with your daily code...
Visual C++ Team Blog
GoingNative: a New Channel 9 Show Dedicated to Native Development
Posted
6 months ago
by
vcblog
50
Comments
GoingNative is a new, monthly show on Channel 9 dedicated to native development and native developers, with an emphasis on modern C++. In our inaugural episode, we keep things light and easy as we introduce you to what we're doing, why we're doing it...
Visual C++ Team Blog
Developing Windows Applications in C++ (Articles Series)
Posted
6 months 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
Container Pretty Printer - Advanced STL, Part 6
Posted
6 months 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,...
Page 1 of 15 (373 items)
1
2
3
4
5
»
MSDN Blogs
>
Visual C++ Team Blog