hangman

所属分类:进程与线程
开发工具:Visual C++
文件大小:205KB
下载次数:18
上传日期:2008-08-18 14:24:08
上 传 者alberterhu
说明:  VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料
(VC-like version of tutorial. Source of a spelling game. Use VC++ Programming, application of VC skills, simple and comprehensive, is a good material for beginners)

文件列表:
GenericDlg.cpp (1082, 1995-12-30)
GenericDlg.h (827, 1995-12-30)
Hangman.cpp (5627, 1996-01-15)
hangman.dic (66027, 1996-01-03)
Hangman.h (2087, 1996-01-15)
Hangman32.aps (156904, 1996-01-16)
Hangman32.clw (5300, 1996-01-16)
Hangman32.cpp (2438, 1996-01-15)
Hangman32.exe (315904, 1996-01-16)
Hangman32.h (930, 1996-01-15)
HANGMAN32.HLP (6458, 1996-01-16)
Hangman32.mak (11711, 1996-01-16)
Hangman32.mdp (37888, 1996-01-16)
Hangman32.ncb (222208, 1996-01-16)
Hangman32.rc (14949, 1996-01-16)
Hangman32Dlg.cpp (25078, 1996-01-16)
Hangman32Dlg.h (3189, 1996-01-16)
HintDlg.cpp (1040, 1995-12-30)
HintDlg.h (803, 1995-12-30)
HLP\AfxDlg.rtf (5631, 1996-01-16)
HLP\Hangman32.cnt (125, 1995-12-30)
HLP\HANGMAN32.HLP (6458, 1996-01-16)
HLP\Hangman32.hm (794, 1996-01-16)
HLP\Hangman32.hpj (2181, 1995-12-30)
HLP\Hangman32.ph (0, 1995-12-30)
MakeHelp.bat (1226, 1995-12-30)
PictureButton.cpp (2766, 1996-01-13)
PictureButton.h (893, 1996-01-13)
resource.h (3068, 1996-01-14)
res\bitmap0.bmp (10198, 1996-01-14)
res\bitmap1.bmp (10198, 1996-01-14)
res\bitmap10.bmp (10198, 1996-01-14)
res\bitmap2.bmp (10198, 1996-01-14)
res\bitmap3.bmp (10198, 1996-01-14)
res\bitmap4.bmp (10198, 1996-01-14)
res\bitmap5.bmp (10198, 1996-01-14)
res\bitmap6.bmp (10198, 1996-01-14)
res\bitmap7.bmp (10198, 1996-01-14)
... ...

README.1ST 16 Jan 1996 Hangman32 for Windows 95 Jasen N. Tenney jntenney@ucs.usl.edu 2512 St. Francis St. Sulphur, LA 70663 INTRODUCTION Hello All. This is my first Windows 95 application. In fact, this is my first "Windows" application period. This program is really just my attempt at learning Windows (and especially Microsoft Foundation Classes) programming so don't expect too much from it. I feel I have learned a lot from this application and I hope that others will also benefit from it. I had seen a similar version of Hangman for Windows 95 and I figured it would be very easy to implement (i.e. there is no game AI involved) and at the same time be a good learning experience. I was right in both regards. It took me a little less than a month to produce the code you have now using Visual C++ 4.0 and MFC 4.0. Coming from the UNIX world, I am happy with my first Windows program and I hope it can be of some benefit to programmers who are new to Windows and MFC. If you like the code/game, please e-mail me as I would very much like to hear your suggestions/comments. If you don't like it, oh well, please no flames. Haha. INSTALLATION To install Hangman32, I suggest that you use WinZip 32-bit to unzip the entire zip file into a directory of your choice. By using WinZip 32-bit, you will preserve the long file names. If you use another program to unzip the file be sure to use one that preserve the Windows 95 long file names, otherwise, if you want to use Visual C++ it will probably be a problem without the long file names being preserved. After you have unzipped the file, I suggest using the Windows Explorer to create a shortcut to the game in your Games folder. The executable's file name is Hangman32.exe. There are two other files that are vital to the proper execution of the program. They are hangman.dic (the dictionary that is loaded upon execution) and HANGMAN32.HLP (the help file). If you have no use for the source code then it is safe to delete all other files besides the three just mentioned. FILE LISTING SHORT FILE NAME LONG FILE NAME HLP 01-14-96 9:43p hlp RES 01-14-96 9:43p res GENERI~1 CPP 1,082 12-30-95 8:37p GenericDlg.cpp GENERI~1 H 827 12-30-95 8:28p GenericDlg.h HANGMAN CPP 5,627 01-15-96 12:27p Hangman.cpp HANGMAN DIC 66,027 01-03-96 3:06p hangman.dic HANGMAN H 2,087 01-15-96 11:35a Hangman.h HANGMA~1 APS 156,904 01-16-96 8:27p Hangman32.aps HANGMA~1 CLW 5,300 01-16-96 8:45p Hangman32.clw HANGMA~1 CPP 2,438 01-15-96 4:38p Hangman32.cpp HANGMA~1 H 930 01-15-96 4:38p Hangman32.h HANGMA~1 MAK 11,711 01-16-96 9:22p Hangman32.mak HANGMA~1 MDP 37,888 01-16-96 9:22p Hangman32.mdp HANGMA~1 NCB 222,208 01-16-96 9:22p Hangman32.ncb HANGMA~1 RC 14,949 01-16-96 8:27p Hangman32.rc HANGMA~2 CPP 25,078 01-16-96 8:39p Hangman32Dlg.cpp HANGMA~2 H 3,189 01-16-96 8:35p Hangman32Dlg.h TEMP TXT 0 01-16-96 9:26p temp.txt HINTDLG CPP 1,040 12-30-95 8:37p HintDlg.cpp HINTDLG H 803 12-30-95 8:36p HintDlg.h MAKEHELP BAT 1,226 12-30-95 7:16p MakeHelp.bat PICTUR~1 CPP 2,766 01-13-96 12:07p PictureButton.cpp PICTUR~1 H 893 01-13-96 12:05p PictureButton.h README TXT 3,***3 12-30-95 7:16p ReadMe.txt RESOURCE H 3,068 01-14-96 10:31p resource.h STDAFX CPP 229 01-10-96 5:09p StdAfx.cpp STDAFX H 502 12-30-95 7:16p StdAfx.h HANGMA~1 HLP 6,458 01-16-96 8:06p HANGMAN32.HLP HANGMA~1 EXE 315,904 01-16-96 9:20p Hangman32.exe README 1ST 3,888 01-16-96 9:28p readme.1st

近期下载者

相关文件


收藏者