Showing archive results for July 2010

Jul 22, 2010
Post comments count0
Post likes count0

Video Introduction to the STL, Part 2

Visual CPP Team

The second part of my video lecture series introducing the Standard Template Library is now available.  This part covers the STL's associative containers and the erase-remove idiom.  It assumes that you've watched Part 1. More parts are on their way!  Let me know in the comments what you'd like to see. Stephan T. LavavejVis...

C++
Jul 7, 2010
Post comments count0
Post likes count0

How we test the compiler performance

Visual CPP Team

The C++ back-end team is very conscious of the performance of our product.  Today I will present to you an overview of how we define “performance of our product” and the way we measure it.  Along the way I hope to introduce you to some new ideas that you can use to test your product’s performance as well. You can read Al...

C++
Jul 2, 2010
Post comments count0
Post likes count0

Video Introduction to the STL, Part 1

Visual CPP Team

I recently recorded the first part of a video lecture series introducing the Standard Template Library.  It assumes familiarity with C++, but begins with the STL basically from scratch.  Channel 9 hooked up my laptop so I could write, compile, and execute code as I went along.  Check it out here: https://channel9.msdn.com/shows/Going...

C++