#include <afxwin.h>class CSimpApp : public CWinApp{ public: virtual BOOL InitInstance();};CSimpApp theApp;cl...
阅读全文
2010
01-27