view wisdom/raii @ 9745:cc187ca416d5

<wob_jonas> `` x=bin/welkom; >$x sed s/\\.fr/\\.nl/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 01:05:55 +0000
parents de3812789118
children bfd7a53531df
line wrap: on
line source

RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.