Saturday, February 12, 2011

Pitch Perfect now available for free!

Pitch Perfect now available for free!


Pitch Perfect now available for free!

Posted: 11 Feb 2011 10:29 PM PST

I'm very happy to announce that I've now made my pitch pipe software for Windows Phone 7, Pitch Perfect, available for free! Earlier this week, a free, fully functional, ad-based version of the application was published to the marketplace. I hope you...( read more )...(read more)

Windows Phone 7 QuickStarts Live!

Posted: 11 Feb 2011 06:04 PM PST

Check ou the new Windows Phone 7 development articles which are aimed at guiding you through all the fundamentals of WP7 development, starting with "Hello World". The topics are presented in a recommended order for newbies (like chapters of...( read more )...(read more)

shared_ptr - Advanced STL, Part 1

Posted: 11 Feb 2011 04:38 PM PST

Part 1 of my video lecture series exploring the Standard Template Library's implementation is now available.  In this part, I explain how some of shared_ptr's magic works, including type erasure and make_shared<T>()'s optimizations that save both space and time.

 

This advanced series assumes that you're familiar with C++ and the STL's interface, but not the STL's implementation.  If you haven't used the STL extensively yet, I recommend watching my introductory series.  For reference, here are all of the links:

 

[STL Introduction]

Part 1 (sequence containers)

Part 2 (associative containers)

Part 3 (smart pointers)

Part 4 (Nurikabe solver) - see Wikipedia's article and my updated source code

Part 5 (Nurikabe solver, continued)

Part 6 (algorithms and functors)

Part 7 (algorithms and functors, continued)

Part 8 (regular expressions)

Part 9 (rvalue references)

Part 10 (type traits)

 

[Advanced STL]

Part 1 (shared_ptr)

 

Stephan T. Lavavej

Visual C++ Libraries Developer

No comments:

Post a Comment