Pass the PMP® Exam on Your First Try — Expert-Led Training
Google, IBM & Meta Certificates — 40% Off for a Limited Time
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Learn to develop an embedded domain-specific language (DSL) for parsing binary data formats using C++23 template metaprogramming techniques in this 46-minute conference talk from Meeting C++ 2025. Explore how to create binary format parsers without handwritten boilerplate code or code generators, addressing common C++ challenges like the absence of reflection, padding, alignment, variances, and validation concerns. Walk through a simplified implementation that can parse binary data from files, networks, or buffers, and compare this approach with existing solutions in the C++ ecosystem. Discover practical techniques for leveraging C++23's advanced template metaprogramming capabilities to create clean, efficient binary parsing solutions while examining real-world implementation details and design considerations.
Syllabus
Binary Parsing - C++23 Style! - Hari Prasad Manoharan - Meeting C++ 2025
Taught by
Meeting Cpp