Regex in C++11 and Boost
Offered By: CppNow via YouTube
Course Description
Overview
Explore the power of regular expressions in C++11 and Boost through this comprehensive conference talk from C++Now! 2012. Delve into the intricacies of regex, starting from the basics and progressing to more advanced concepts. Learn how C++11 and Boost's regex interface offers enhanced capabilities compared to other languages and libraries. Discover the fundamental techniques for implementing regex in your C++ projects, with demonstrations of practical applications. Gain insights into the parallels between handwritten string manipulation and regex, akin to the relationship between handwritten array manipulation and vectors. Whether you're a regex novice or have prior experience, this 54-minute talk provides valuable knowledge to elevate your C++ programming skills.
Syllabus
Stephan T. Lavavej: Regex in C++11 and Boost
Taught by
CppNow
Related Courses
SOLID C++Udemy Surveying the C++ Community
CppNow via YouTube Taking the Plunge Towards CMake in Boost
CppNow via YouTube The View from a Standard Library Implementor
CppNow via YouTube Rise of the State Machines
CppNow via YouTube