April 2008 Meeting
June 2008 Meeting
Return to Meetings

May 2008 Meeting

Topic:

Enforcing Code Feature Requirements in C++

Speaker:

Scott Meyers

When:

Tuesday, May 20, 2008
Presentation @ 7:00pm

Where:

Microsoft Corporation
One Microsoft Way
Redmond, Washington 98052
Building 41 (Building 41 is at the corner of NE 31st and 156th Ave NE)
[ Map | Microsoft Campus Map ]

Description:

Functions often depend on particular behavioral characteristics ("features") of code they invoke.  For example, thread-safe code must invoke only thread-safe code if it is to remain thread-safe, and exception-safe code must invoke only exception-safe code. This talk describes a technique that enables the specification of arbitrary combinations of user-defined code features on a per-function basis and that detects violations of feature constraints during compilation. The technique applies to member functions (both nonvirtual and virtual), non-member functions, and function templates; operators are excluded.

(This is an updated version of the talk Scott gave in April 2007.  Since then, he's revised his approach to operate entirely during compilation and to support overloading on feature sets.  He also no longer shows film clips during the presentation :-})

About the Speaker:

Scott Meyers is one of the world's foremost authorities on C++; he provides training and consulting services to clients worldwide.  He wrote the best-selling Effective C++ series (Effective C++, More Effective C++, and Effective STL), designed the innovative Effective C++ CD, is Consulting Editor for Addison Wesley's Effective Software Development Series, and was a founding member of the Advisory Board for The C++ Source.  He has a Ph.D in Computer Science from Brown University.  His web site is aristeia.com.

Click here to download the slides from Scott Meyers' presentation.
Click here for a video of Scott Meyers's presentation.
 
 
 

© 2003-09 Northwest C++ Users Group (NWCPP) | Contact | Privacy Policy | Credits | EMail