This article gives an introduction to lambda functions, a new feature available in C++0x, as implemented in the new C++ compiler from Visual Studio 2010.
Latest Standard Template Library (STL) Articles
std::sort Comparison Function
How to write a comparison function for STL sort.
STL and BOOST Parsing Iterators
Discover an example of a parsing iterator. You'll find that the BOOST library provides convenient tools for an efficient iterator implementation, specifically, the boost::iterator_facade class.
A TR1 Tutorial: Smart Pointers
Learn about the new smart pointers available in the standard library, shared_ptr and weak_ptr.
A TR1 Tutorial: Regular Expressions
Discover an overview on the algorithms and classes for regular expression in TR1, with examples for matching, searching, and replacing.
A TR1 Tutorial: Generating Random Numbers
TR1 introduces new random number generators and distribution classes for producing numbers with a specific distribution. Learn how to use these new classes.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Using the Gravatar API: Announcing Your Presence
Because codeguru.com is covering social media this month, I've got another social-related post for you. This time, it's how to use Gravatar with .NET.

Creating Single Instance Applications: Working with Mutexes
Mutexes are far more powerful than using the Monitor class. Learn how to use Mutexes in your VB programming.

Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.