Showing results for November 2010 - C++ Team Blog

Nov 18, 2010
0
0

Regular Expressions – Video Introduction to the STL, Part 8

Visual CPP Team
Visual CPP Team

C++0x's <regex> header combines Perl's regular expressions with C++'s templates and iterators.  The result, like the rest of the STL, is insanely powerful but potentially overwhelming at first sight.  It's actually easy to use, and much easier than writing string processing code by hand.  I demonstrate how to start using <...

C++