|
|
|
|
|
by Matthias247
3032 days ago
|
|
Even without dynamic memory there's ton of useful things: Namespaces, References, collection types (std::array, string_view, intrusive containers, etc.), RAII (release mutexes at scope ends), strong typing, proper encapsulation, interfaces, etc. |
|