Showing results for April 2009 - C++ Team Blog

Apr 22, 2009
0
0

decltype: C++0x Features in VC10, Part 3

Visual CPP Team
Visual CPP Team

Part 1 of this series covered lambdas, auto, and static_assert. Part 2 of this series covered rvalue references, which enable move semantics and perfect forwarding. Today, I'm going to talk about decltype, which allows perfect forwarding functions to have arbitrary return types.  It's of interest to people who are writing highly gene...

C++
Apr 9, 2009
0
0

Tech-Ed North America 2009

Visual CPP Team
Visual CPP Team

Most of you must be aware of the upcoming Microsoft® Tech·Ed North America 2009 in Los Angeles.  This event provides hands-on learning, deep product exploration and opportunities to connect with industry and Microsoft experts one-to-one.  Anyone attending and interested in C++ development will find the following Tech.Ed session...

C++
Apr 1, 2009
0
0

VC MSBuild Extensibility Example

Visual CPP Team
Visual CPP Team

Hello, my name is Felix Huang and I am a developer on the Visual C++ team.  Over the last year, I worked on making the build system in Visual Studio 2010 more flexible with MSBuild system as the foundation.  For those who felt the need to use batch scripts to power your builds, I hope that this new system would provide you with that much...

C++