Showing results for August 2010 - C++ Team Blog

Aug 23, 2010
0
0

Hilo Update – Introducing “Hilo Annotator”

Visual CPP Team
Visual CPP Team

In May this year, we announced Project Hilo and promised a set of cool sample applications written in C++. At that time we had released the first application in the Hilo series. Since then we have published some articles that walk the reader through all the steps that go into developing the Hilo Browser application (Chapter 1 thru 8 on this link). ...

C++
Aug 13, 2010
0
0

Video Introduction to the STL, Part 3

Visual CPP Team
Visual CPP Team

The third part of my video lecture series introducing the Standard Template Library is now available, following Part 1 and Part 2.  Part 3 covers unique_ptr, shared_ptr, and exception handling (briefly).  It explains my solution to the container erasure problem, and presents a significantly larger homework problem: writing a Nurikabe solv...

C++
Aug 9, 2010
0
0

The Filterator

Visual CPP Team
Visual CPP Team

My name is Ahmed Charles and I currently work on Windows Error Reporting.  I believe that this is the first time that someone not on the VC team has written a blog, but I hope you will find it useful anyways.  I’d like to thank Stephan T. Lavavej for the idea and valuable feedback while writing it.  And we both owe the idea for...

C++