Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Case of the Unexplained 2011: Windows Troubleshooting with Mark Russinovich
May 26, 2011 at 9:33 AMWhat is the BSOD easter egg that Mark shows to the audience at the end?
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 2 of n
Jul 23, 2010 at 5:56 PMThanks for such a good talk. The introduction to map was really good, I had mostly used sets before this.
A lot of folks come from C or do not use deep C++ (like templates & STL). If you can talk about some useful idioms that can pull them into STL (and why they should), that would be cool! IMO this would also reach out to a huge audience, all those who do C-like or C-with-classes style of programming in C++.
One example is how C-style arrays can be used almost everywhere in STL-land as vectors and thus gain the ability to be sorted and searched for free by using STL.
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 1 of n
Jul 03, 2010 at 1:52 AMThanks! Where can one find the C++ draft document (PDF) online, that you keep around for reference in the video?
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 1 of n
Jul 02, 2010 at 6:32 PMGreat to finally see an introduction post on STL from Stephan himself! Other videos I would love to see from him are:
* Associative containers intro: sets, hash tables, priority queues
* High level overview of the C++0X and other new STL features that are simple and give the most bang for the time spent. Fantastic example is the auto, how many C++ programmers know that?
* How to make the best use of Visual Studio features to write and debug STL code.