Does it do RAII? Really, calling destructors implicitly on auto variables on scope exit is the main thing missing in C here.
Does it do RAII? Really, calling destructors implicitly on auto variables on scope exit is the main thing missing in C here.