Search Results

3
votes
10answers
531 views

How often do you check for an exception in a C++ new instruction?

I just started reading Effective C++ today and got to the point where the author talks about the operator new. The book explains very well how you can catch (with various degrees of eleganc …