Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 27, 2022 0:14 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)In reply to: Moving the kernel to modern C by camhusmj38
Parent article: Moving the kernel to modern C
It's not just RTTI. Also multiple inheritance, operator overloading, fallible constructors (Google-style 'Init' methods), etc.
