Monthly Archives: April 2009

C++ vs C#, Different behavior for Exception in destructor

The following C++ code causes an abnormal program termination. Generally speaking, the program is terminated if an exception is thrown while stack unwind is in process due to another exception. Although process termination is very radical solution, it does so … Continue reading

Posted in Tips | 1 Comment