Announcements

To be on our mailing list, join the Google Group at this link




Other articles


    1. April 14th, 2004 — Double-Checked Locking, Threads, Compiler Optimizations, and More — Scott Meyers

      Published: Thu 01 April 2004
      By nwcpp

      In 2004.

      Location

      6464 185th Avenue NE
      Redmond, WA 98052

      Abstract

      The Double-Checked Locking Pattern is a common approach to efficient lazy initialization. Unfortunately, it’s not reliable in threaded systems, it can fail for different reasons in uniprocessor and multiprocessor environments, and there’s no portable way to make …

      read more
    2. February 11th, 2004 — C++ Development for PocketPC, SmartPhone, and Windows CE — Nishan Jebanasam & Rich Hanbidge

      Published: Sun 01 February 2004
      By nwcpp

      In 2004.

      Location

      6464 185th Avenue NE
      Redmond, WA 98052

      Abstract

      Learn about the new native device development feature in the next release of Visual Studio. This talk will cover developing, debugging and deploying C++ applications to Pocket PC, Smartphone and Windows CE. It will also cover improvements made since …

      read more
    3. January 14th, 2004 — for_each — Eric Niebler

      Published: Thu 01 January 2004
      By nwcpp

      In 2004.

      Location

      6464 185th Avenue NE
      Redmond, WA 98052

      Abstract

      Writing loops over sequences is harder in C++ than in other languages, many of which provide a dedicated for_each looping construct. In this talk, Eric describes how to implement and use a generic, type-safe and extensible foreach construct in …

      read more

    « Page 8 / 12 »