C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

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

(image) 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 ...
Comments are closed.0 0
C++

BUILD Windows: the Future of the Platform

(image) 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 ...
Comments are closed.0 0
C++

Advanced STL Lectures, Part 5: the Boost Library

(image) 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 ...
Comments are closed.0 0
C++