Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is RAII in C a serious suggestion being made anywhere?


GCC has it as an extension. See the cleanup attribute:

https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribute...


It is meaningless without destructors and exceptions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: