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

It will help you either use std::vector with a custom allocator that does not throw exceptions, or else write your own non-throwing vector class with templates, which would, I hope, be more maintainable and easier to use correctly than an equivalent written in C.


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

Search: