C++ Features You Might Not Know - Jonathan Müller - C++ on Sea 2023

--- C Features You Might Not Know - Jonathan Müller - C on Sea 2023 C is a big language — the upcoming C 23 standard will be over 2000 pages long. This talk will cover some obscure features you might not know. We will cover strange syntax like commutative array indexing and complicated declarators, surprising cases of undefined behavior in frequently used operators contrasted with a surprising lack of undefined behavior in operations that really shouldn’t work, overlooked language facilities — some of them actually useful, and half-forgotten standard library functions — some of them for good reason. For each feature, we will talk about the what, the why, and how you can use it to write better (or much, much worse) C programs. --- Slides: Sponsored by think-cell: --- Jonathan Müller Jonathan is a library developer at think-cell. In his spare time, he works on various C open source libraries for memory allocation, cache-friendly containers, or parsing. He also blogs at and is a member of the C standardization committee. --- C on Sea is an annual C and coding conference, in Folkestone, in the UK. - Annual C on Sea, C conference: - 2023 Program: - Twitter: --- YouTube Videos Filmed, Edited & Optimised by Digital Medium: #cpp #cpponsea #cppprogramming
Back to Top