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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube