Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of…
Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of…
Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft, including, of…
Welcome to another installment of C9 Lectures covering the powerful general C++ library, STL. The great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership with the owners of STL (dinkumware) and Microsoft, including, of course, bug fixes…
Emily GibsonJul 08, 2010 at 3:10 PM0
MSDN Online Media
Avg Rating: 0
This recorded session from the Microsoft Visual Studio 2010 Seattle launch event talks about Windows development, enhancements with C++, and the user experience.Find out how you can ride the next wave of innovation with Microsoft Visual Studio 2010. Learn about the variety of rich…
Welcome to another installment of C9 Lectures. In the following series, learn all about STL from the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership with the owners of STL and Microsoft, including, of course, bug fixes and enhancements to the STL…
With the recent release of Visual Studio 2010 and .NET 4/Silverlight 4 (Managed 4), I figured it was time to learn a thing or two about some new
native functionality, specifically in the STL (Standard Template Library) that ships with VS 2010.
Who better to dig into some STL internals than…
While on campus for the MVP Summit in February, I had a chance to visit Henry Sowizral over in building 41. Henry Sowizral is a Principal Architect in Microsoft Expression, and he and his team did something really cool: they converted an existing C/C++/MFC
application to have a WPF…
This is a short demonstration of new MFC features in MFC and ATL which help with integrating your application’s file type into Windows Explorer. This is done by implementing handlers for preview, thumbnail and search filtering, all of which are implemented
in an application generated by the…
This is a short demonstration of new MFC features in MFC which help with integrating your application with the Windows Restart Manager. This is done by implementing handlers for restart and crash recovery, and by integrating an auto-save feature that
uses the document-view architecture to…