码迷,mamicode.com
首页 >  
搜索关键字:cleanup    ( 373个结果
Constructor and destructor -- Initialization & Cleanup in C++
Why need initialization and cleanup?A large segment of C bugs occur when the programmer forgets to initialize or clean up a variable.The class designe...
分类:编程语言   时间:2014-05-08 19:13:20    阅读次数:326
解决svn working copy locked问题
标题:working copy locked提示:your working copy appears to be locked. run cleanup to amend the situation.产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁...
分类:其他好文   时间:2014-05-07 10:40:33    阅读次数:378
DirectDraw 直接显示RGB图象的最简单实现
来自:#include "DDraw.h"class CDDraw{public:void CleanUp();void DrawDIB(BITMAPINFOHEADER* pBI,char* pData,RECT*rt);BOOL Init(HWND hWnd,int nWidth,int nHe...
分类:其他好文   时间:2014-05-01 05:25:10    阅读次数:407
373条   上一页 1 ... 36 37 38
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!