Master Windows Internals - Kernel Programming, Debugging & Architecture
Free courses from frontend to fullstack and AI
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
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