12 2004 档案

T
摘要:#include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR szCmdLine, int iCmdShow){ static TCHAR szAppName[... 阅读全文

posted @ 2004-12-05 13:14 悠悠小鱼

Remove A Directory
摘要:// 23.cpp : Defines the entry point for the console application.//#include #include bool RemoveCompleteDirectory(char* path); int main(int argc, char* argv[]){char* temp=0;temp = argv[1];if(argc ... 阅读全文

posted @ 2004-12-02 19:32 悠悠小鱼

导航