In the current MSDN Magazine:
Using Regular Expressions with Modern C++
by Kenny Kerr
From the article:
C++11 introduced a long list of features that are in themselves quite exciting, but if all you see is a list of isolated features, then you’re missing out. The combination of these features makes C++ into the powerhouse that many have grown to appreciate. I’m going to illustrate this point by showing you how to use regular expressions with modern C++... the combination of C++ language and library features really turns C++ into a productive programming language.
Add a Comment
Comments are closed.