Spirit.Qi in the Real World
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of developing Spirit.Qi parsers in this conference talk from Boostcon 2011. Delve into the practical challenges and solutions encountered when implementing real-world parsers using Spirit.Qi. Learn how to create a typesafe and efficient replacement for printf() by developing a Spirit.Qi parser for printf()-style format strings. Discover special cases, tricks, and idioms that are essential for mastering Spirit.Qi, but often require extensive trial and error or following mailing list discussions. Gain valuable insights from Robert Stewart's experience to accelerate your understanding and application of Spirit.Qi in complex parsing scenarios.
Syllabus
Spirit.Qi in the Real World - Robert Stewart [ Boostcon 2011 ]
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