 |
How to trap stack overflow in a Visual C++ application
Describes that a thread that exceeds stack allocation will raise an exception, and this exception can be trapped with the __try and __except keywords in Visual C++. This article shows how to handle stack overflows in a Visual C++ application.
support.microsoft.com |
 |