cbpporter Messages: 1428 Registered: September 2007
Ultimate Contributor
Well I don't know. C++ has little to prevent use of exceptions but most libraries I saw don't use them. On the other hand, there is very little "real" C++ out there. Standard library and MFC does not use exceptions too much or at all if I'm not mistaken.
Qt does not either.
I never saw C++ throw exceptions when segfaulting, like Java, but would like to see it.