資源簡介
C++ Builder 寫的一個網絡小游戲,網絡五子棋游戲系統。
代碼片段和文件信息
//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“?MainForm);
USEFORM(“welcome.cpp“?WelcomeForm);
//---------------------------------------------------------------------------
WINAPI?WinMain(HINSTANCE?HINSTANCE?LPSTR?int)
{
????????try
????????{
?????????????????Application->Initialize();
?????????????????Application->CreateForm(__classid(TMainForm)?&MainForm);
?????????????????Application->CreateForm(__classid(TWelcomeForm)?&WelcomeForm);
?????????????????Application->Run();
????????}
????????catch?(Exception?&exception)
????????{
?????????????????Application->ShowException(&exception);
????????}
????????catch?(...)
????????{
?????????????????try
?????????????????{
?????????????????????????throw?Exception(““);
?????????????????}
?????????????????catch?(Exception?&exception)
?????????????????{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????374??2007-05-17?22:27??Example75_網絡五子棋游戲系統\black.bmp
?????文件???????1894??2007-05-19?22:44??Example75_網絡五子棋游戲系統\Cancel.bmp
?????文件???????4614??2007-05-19?22:46??Example75_網絡五子棋游戲系統\OK.bmp
?????文件???????3589??2007-05-21?00:59??Example75_網絡五子棋游戲系統\Project1.bpr
?????文件???????1198??2007-05-16?21:06??Example75_網絡五子棋游戲系統\Project1.cpp
?????文件??????56832??2010-10-02?18:26??Example75_網絡五子棋游戲系統\Project1.exe
?????文件??????18287??2010-10-02?18:26??Example75_網絡五子棋游戲系統\Project1.obj
?????文件????????876??2007-05-16?19:19??Example75_網絡五子棋游戲系統\Project1.res
?????文件????2162688??2010-10-02?18:27??Example75_網絡五子棋游戲系統\Project1.tds
?????文件??????14548??2007-05-21?10:49??Example75_網絡五子棋游戲系統\Unit1.cpp
?????文件?????????51??2007-05-21?10:49??Example75_網絡五子棋游戲系統\Unit1.ddp
?????文件???????4902??2007-05-21?10:13??Example75_網絡五子棋游戲系統\Unit1.dfm
?????文件???????4567??2007-05-20?20:46??Example75_網絡五子棋游戲系統\Unit1.h
?????文件?????145850??2010-10-02?18:26??Example75_網絡五子棋游戲系統\Unit1.obj
?????文件????????548??2007-05-16?21:06??Example75_網絡五子棋游戲系統\welcome.cpp
?????文件?????????51??2007-05-21?00:59??Example75_網絡五子棋游戲系統\welcome.ddp
?????文件??????16481??2007-05-21?00:41??Example75_網絡五子棋游戲系統\welcome.dfm
?????文件???????1062??2007-05-16?21:06??Example75_網絡五子棋游戲系統\welcome.h
?????文件??????45451??2010-10-02?18:26??Example75_網絡五子棋游戲系統\welcome.obj
?????文件????????374??2007-05-17?22:27??Example75_網絡五子棋游戲系統\white.bmp
?????文件?????480054??2007-05-19?11:08??Example75_網絡五子棋游戲系統\背景1.bmp
?????文件?????480054??2007-05-19?11:07??Example75_網絡五子棋游戲系統\背景2.bmp
?????目錄??????????0??2010-10-17?01:01??Example75_網絡五子棋游戲系統
-----------?---------??----------?-----??----
??????????????3444345????????????????????23
評論
共有 條評論