문제

Just curious if my destructors are being called.
(Specifically for Visual Studio, when you hit the red stop button)

도움이 되었습니까?

해결책

No the process is terminated in VS2005, VS2008 and VS2010 when you press stop debugging.

You can easily check this by making a destructor that writes something to a file (and flushes output).

I'm not sure what standard you mean, but there is no standard that would define this behavior.

다른 팁

~~~~~~~~~~~
Nope.
~~~~~~~~~~~

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top