Новейший C для C++ Peeps (2019)
(update 26-Aug-2020: the MSVC team has recently added C11 language support to their roadmap, hooray!) (update 28-Sep-2019: some fixes and error corrections) When discussing C with C++ programmers I often notice a somewhat outdated view of C, usually a familiarity with a C dialect that lies somewhere between C89 and C99, because that’s essentially the…
CYBE 🌍 January 7, 2023
Tags: TOP
> theoretically RAII is about general resource management, not just about memory. But at least in my experience, it’s always about memory management
only if you ignore things like iostreams, thread locks, etc.