无限金毛

文章
6
资源
0
加入时间
3年0月20天

deque的用法

#include #include #include using namespace std;class GreaterComp : public binary_function{public: result_type operator()(first_argument_type& _Left, second_argument_type& _Right) { return _

使用包后关闭窗体时退出的异常

使用包后关闭窗体时退出的异常(uses 上一篇:如何处理包内单元的相互引用关系) 情况是这样的: 情形一:导航窗体单元TfrmNavigation --调用-->TDatabaseBackupForm(没有显式自销毁) --调用--> TServerDiratryForm 则在导航窗体关闭时报地址错误 情形二:导航窗体单元TfrmNavigation --调用-->TD