There are no available webinars at this moment. Stay tuned — we may announce new events soon.
Thank you for the interest!
Subject: Evaluation
Date: December 06, 2024
Description: In this talk, we'll touch upon the topic of compile-time evaluation. Let's see how we can use the AST to calculate values, and why this approach can be difficult at times. Also, we'll take a look...
Subject: C++ Semantics
Date: November 06, 2024
Description: In this talk on the С++ semantics, we will take a look at symbols and name resolution. We will discuss different kinds of lookups, scope importing, overload resolution, as well as templates and...
Subject: Parsing C++
Date: October 10, 2024
Description: In this webinar, we will discuss grammars in С++ and how they work. We will talk about different kinds of parsers and why С++ is difficult to parse. We will also share some tricks to avoid extreme...