🔗
- N.Sidwell. C++ modules: A brief tour – Overload 159 (2020)
- B.Kolpackov. Common C++ modules TS misconceptions (2020)
- B.Kolpackov. Modules introduction – The
build2
build system
🎥
- S.Downey. Writing a C++20 module – C++Now (2021)
- B.Kolpackov. Building C++ modules – CppCon (2017)
🔗
- A.Karpov. Macro evil in C++ code (2019)
❔
- Overloading macro on number of arguments – Stack Overflow
- What is the value of an undefined constant used in
#if
? – Stack Overflow - What is the worst real-world macros/pre-processor abuse you’ve ever come across? – Stack Overflow
🎥
- B.Ruth. The preprocessor: Everything you need to know and more! – CppCon (2021)
- J.Jagger. Everything you’ve ever wanted to know about the C/C++ preprocessor but didn’t know you couldn ask! – NDC Techtown (2018)
- A.Deutsch. Preprocessor 101 – DigiPen Game Engine Architecture Club (2016)
- A.Knatten. Another reason to avoid
#include
s in headers (2012)
⚓
- T.Köppe. Comma omission and comma deletion – WG21/P00306
🔗