Showing results for June 2011 - Page 2 of 2 - C++ Team Blog

Jun 8, 2011
0
0

Internal Compiler Error when doing multi-proc compilation (/MP) on Windows XP

Visual CPP Team
Visual CPP Team

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 a combination of the compiler and OS API issues that exhibited in internal compiler crash.&n...

C++
Jun 3, 2011
0
0

BUILD Windows: the Future of the Platform

Diego Dagum - MSFT
Diego Dagum - MSFT

Last Wednesday, Steven Sinofsky (President of the Windows Division) and Julie Larson-Green (Corporate Vice President, Windows Experience) announced that we’ll be starting a dialog with developers about the next generation of Windows, internally codenamed “Windows 8". We’re very excited to invite you to be a part of the conversatio...

C++
Jun 3, 2011
0
0

Advanced STL Lectures, Part 5: the Boost Library

Visual CPP Team
Visual CPP Team

In this 5th part of the advanced series, Stephan T. Lavavej digs into the Boost Library. In his words, it's an open source, super quality, community-driven Standard Template Library (STL). Stephan will walk you through a sample application from end to end, using Boost. New to the Standard Template Library? Watch Stephan’s great introductor...

C++