第乙個popcap 程式

2021-05-22 05:27:44 字數 963 閱讀 5298

一、tips:

ddimage* mmapimg;  // ddimage 上f12,定位到ddimage.h,在vs2008 中ddimage.h tab標籤上alt + o 定位到ddimage.cpp

二、vs2008 中c/c++ ->code generation ->runtime library 設成multi-threaded debug (/mtd)(要和popcap 編譯時的選項一樣)

//// main.cpp

// 顯示

#define assert(value) if (!(value)) ;}

using   namespace       ***y;

#pragma comment( lib, "winmm.lib" )

#pragma comment( lib, "wsock32.lib" )

class cwidget;

virtual void init();

virtual void loadingthreadproc();

virtual void loadingthreadcompleted();

public:

ddimage* mmapimg;

cwidget* mwidget;

};if (mloadingfailed)

return;

mwidget = new cwidget(this);

mwidget->resize(0, 0, mwidth, mheight);

mwidgetmanager->addwidget(mwidget);    

}cwidget::~cwidget()

int     winapi  winmain( hinstance      hinstance, hinstance    hprevinstance,

lpstr   lpcmdline, int ncmdshow )

第乙個視窗程式

程式截圖 程式 include lresult callback wndproc hwnd,uint,wparam,lparam int winapi winmain hinstance hinstance,hinstance hprevinstance,pstr szcmdline,int icm...

第乙個python 程式

有人在論壇 上問 將日誌格式化的方法,剛好學python,就拿這個練手了 09 55 54 error1 tmp error log.3 50 times mon jun 28 00 00 53 2009 09 55 54 error1 tmp error log.3 50 times 09 56 ...

第乙個C 程式

include using namespace std 宣告函式 void dosomething int start,int length,int center,bool order 入口 int main start 開始字元 length 字元長度 center 中間字元 order 順序還是...