[GD-Windows] R: exception handling
Brought to you by:
vexxed72
From: Marco S. <mar...@li...> - 2004-10-19 10:04:34
|
Hi, >And hope you don't use the standard libraries in a way that will throw >exceptions... (are YOU sure what your operator new will do when out of >memory?) Naturally, I can always receive an error from new operator, but I control the address which returns me (old style), I created a my operator for this problem. Searching on MSDN, I understood that the exceptions can't be really disable. Because I don't want to use exception, I must to pass to C libraries (only for critical performance components). I'm wrong? |