Introduction - If you have any usage issues, please Google them yourself
In C++ years, if I want a derived class destructor is called when the memory is released, I need to declare it as a base class virtual function. Then in Visual Studio 2005, for a derived class, even if it is not declared in the base class is virtual, its destructor will be called you?