Click here to Skip to main content
15,881,715 members

Comments by Johann Gerell (Top 1 by date)

Johann Gerell 12-Jan-15 7:39am View    
Reason for my vote of 1 \n "I can now make function pairs that must be called in sequence with guaranteed execution without resorting to typing out a full C class every time. I use these types of functions a lot to keep things safe."

C already have destructors and smart pointers to achieve exactly that, but better.