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

Systems languages like C++ and C don't usually do error handling that way. You do have try/catch in C++ but folks often disable it.

And even if you don't disable it, out of bounds array access will cause segfaults, not exceptions (unless you're using some abstraction over arrays).



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

Search: