实例介绍
【实例截图】
【核心代码】
.
├── RegComp
│ ├── Icon1.ico
│ ├── ReadMe.txt
│ ├── RegComp.clw
│ ├── RegComp.cpp
│ ├── RegComp.dsp
│ ├── RegComp.dsw
│ ├── RegComp.h
│ ├── RegComp.rc
│ ├── Release
│ │ └── RegComp.exe
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── res
│ ├── RegComp.ico
│ └── RegComp.rc2
├── ex03a
│ ├── Debug
│ │ └── ex03a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex03a.clw
│ ├── ex03a.cpp
│ ├── ex03a.dsp
│ ├── ex03a.dsw
│ ├── ex03a.h
│ ├── ex03a.rc
│ ├── ex03aDoc.cpp
│ ├── ex03aDoc.h
│ ├── ex03aView.cpp
│ ├── ex03aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex03a.ico
│ ├── ex03a.rc2
│ └── ex03aDoc.ico
├── ex04a
│ ├── Debug
│ │ └── ex04a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex04a.clw
│ ├── ex04a.cpp
│ ├── ex04a.dsp
│ ├── ex04a.dsw
│ ├── ex04a.h
│ ├── ex04a.rc
│ ├── ex04aDoc.cpp
│ ├── ex04aDoc.h
│ ├── ex04aView.cpp
│ ├── ex04aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex04a.ico
│ ├── ex04a.rc2
│ └── ex04aDoc.ico
├── ex04b
│ ├── Debug
│ │ └── ex04b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex04b.clw
│ ├── ex04b.cpp
│ ├── ex04b.dsp
│ ├── ex04b.dsw
│ ├── ex04b.h
│ ├── ex04b.rc
│ ├── ex04bDoc.cpp
│ ├── ex04bDoc.h
│ ├── ex04bView.cpp
│ ├── ex04bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex04b.ico
│ ├── ex04b.rc2
│ └── ex04bDoc.ico
├── ex04c
│ ├── Debug
│ │ └── ex04c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex04c.clw
│ ├── ex04c.cpp
│ ├── ex04c.dsp
│ ├── ex04c.dsw
│ ├── ex04c.h
│ ├── ex04c.rc
│ ├── ex04cDoc.cpp
│ ├── ex04cDoc.h
│ ├── ex04cView.cpp
│ ├── ex04cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex04c.ico
│ ├── ex04c.rc2
│ └── ex04cDoc.ico
├── ex05a
│ ├── Debug
│ │ └── ex05a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex05a.clw
│ ├── ex05a.cpp
│ ├── ex05a.dsp
│ ├── ex05a.dsw
│ ├── ex05a.h
│ ├── ex05a.rc
│ ├── ex05aDoc.cpp
│ ├── ex05aDoc.h
│ ├── ex05aView.cpp
│ ├── ex05aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex05a.ico
│ ├── ex05a.rc2
│ └── ex05aDoc.ico
├── ex05b
│ ├── Debug
│ │ └── ex05b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex05b.clw
│ ├── ex05b.cpp
│ ├── ex05b.dsp
│ ├── ex05b.dsw
│ ├── ex05b.h
│ ├── ex05b.rc
│ ├── ex05bDoc.cpp
│ ├── ex05bDoc.h
│ ├── ex05bView.cpp
│ ├── ex05bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex05b.ico
│ ├── ex05b.rc2
│ └── ex05bDoc.ico
├── ex05c
│ ├── Debug
│ │ └── ex05c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex05c.clw
│ ├── ex05c.cpp
│ ├── ex05c.dsp
│ ├── ex05c.dsw
│ ├── ex05c.h
│ ├── ex05c.rc
│ ├── ex05cDoc.cpp
│ ├── ex05cDoc.h
│ ├── ex05cView.cpp
│ ├── ex05cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex05c.ico
│ ├── ex05c.rc2
│ └── ex05cDoc.ico
├── ex06a
│ ├── Debug
│ │ └── ex06a.exe
│ ├── Ex06aDialog.cpp
│ ├── Ex06aDialog.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex06a.clw
│ ├── ex06a.cpp
│ ├── ex06a.dsp
│ ├── ex06a.dsw
│ ├── ex06a.h
│ ├── ex06a.rc
│ ├── ex06aDoc.cpp
│ ├── ex06aDoc.h
│ ├── ex06aView.cpp
│ ├── ex06aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex06a.ico
│ ├── ex06a.rc2
│ └── ex06aDoc.ico
├── ex06b
│ ├── Debug
│ │ └── ex06b.exe
│ ├── Ex06bDialog.cpp
│ ├── Ex06bDialog.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex06b.clw
│ ├── ex06b.cpp
│ ├── ex06b.dsp
│ ├── ex06b.dsw
│ ├── ex06b.h
│ ├── ex06b.rc
│ ├── ex06bDoc.cpp
│ ├── ex06bDoc.h
│ ├── ex06bView.cpp
│ ├── ex06bView.h
│ └── res
│ ├── Icon0.ico
│ ├── Icon1.ico
│ ├── Icon2.ico
│ ├── Icon3.ico
│ ├── Icon4.ico
│ ├── Icon5.ico
│ ├── Icon6.ico
│ ├── Icon7.ico
│ ├── Toolbar.bmp
│ ├── ex06b.ico
│ ├── ex06b.rc2
│ └── ex06bDoc.ico
├── ex07a
│ ├── Debug
│ │ └── ex07a.exe
│ ├── Ex07aDialog.cpp
│ ├── Ex07aDialog.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex07a.clw
│ ├── ex07a.cpp
│ ├── ex07a.dsp
│ ├── ex07a.dsw
│ ├── ex07a.h
│ ├── ex07a.rc
│ ├── ex07aDoc.cpp
│ ├── ex07aDoc.h
│ ├── ex07aView.cpp
│ ├── ex07aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex07a.ico
│ ├── ex07a.rc2
│ └── ex07aDoc.ico
├── ex07b
│ ├── Debug
│ │ └── ex07b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SpecFileDlg.cpp
│ ├── SpecFileDlg.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex07b.clw
│ ├── ex07b.cpp
│ ├── ex07b.dsp
│ ├── ex07b.dsw
│ ├── ex07b.h
│ ├── ex07b.rc
│ ├── ex07bDoc.cpp
│ ├── ex07bDoc.h
│ ├── ex07bView.cpp
│ ├── ex07bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex07b.ico
│ ├── ex07b.rc2
│ └── ex07bDoc.ico
├── ex08a
│ ├── ActiveXDialog.cpp
│ ├── ActiveXDialog.h
│ ├── Debug
│ │ └── ex08a.exe
│ ├── MSCAL.CNT
│ ├── MSCAL.HLP
│ ├── MSCAL.OCX
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── calendar.cpp
│ ├── calendar.h
│ ├── ex08a.clw
│ ├── ex08a.cpp
│ ├── ex08a.dsp
│ ├── ex08a.dsw
│ ├── ex08a.h
│ ├── ex08a.rc
│ ├── ex08aDoc.cpp
│ ├── ex08aDoc.h
│ ├── ex08aView.cpp
│ ├── ex08aView.h
│ ├── font.cpp
│ ├── font.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex08a.ico
│ ├── ex08a.rc2
│ └── ex08aDoc.ico
├── ex08b
│ ├── Debug
│ │ └── ex08b.exe
│ ├── Default.htm
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex08b.clw
│ ├── ex08b.cpp
│ ├── ex08b.dsp
│ ├── ex08b.dsw
│ ├── ex08b.h
│ ├── ex08b.rc
│ ├── ex08bDoc.cpp
│ ├── ex08bDoc.h
│ ├── ex08bView.cpp
│ ├── ex08bView.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── ex08b.ico
│ │ ├── ex08b.rc2
│ │ └── ex08bDoc.ico
│ ├── webbrowser.cpp
│ └── webbrowser.h
├── ex08c
│ ├── Default.htm
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── Persist.cpp
│ ├── Persist.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── ex08c.exe
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex08c.clw
│ ├── ex08c.cpp
│ ├── ex08c.dsp
│ ├── ex08c.dsw
│ ├── ex08c.h
│ ├── ex08c.rc
│ ├── ex08cDoc.cpp
│ ├── ex08cDoc.h
│ ├── ex08cView.cpp
│ ├── ex08cView.h
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── ex08c.ico
│ │ ├── ex08c.rc2
│ │ └── ex08cDoc.ico
│ ├── webbrowser.cpp
│ └── webbrowser.h
├── ex10a
│ ├── Debug
│ │ └── ex10a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex10a.clw
│ ├── ex10a.cpp
│ ├── ex10a.dsp
│ ├── ex10a.dsw
│ ├── ex10a.h
│ ├── ex10a.rc
│ ├── ex10aDoc.cpp
│ ├── ex10aDoc.h
│ ├── ex10aView.cpp
│ ├── ex10aView.h
│ └── res
│ ├── Gold Weave.bmp
│ ├── Toolbar.bmp
│ ├── ex10a.ico
│ ├── ex10a.rc2
│ └── ex10aDoc.ico
├── ex10b
│ ├── Debug
│ │ └── ex10b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex10b.clw
│ ├── ex10b.cpp
│ ├── ex10b.dsp
│ ├── ex10b.dsw
│ ├── ex10b.h
│ ├── ex10b.rc
│ ├── ex10bDoc.cpp
│ ├── ex10bDoc.h
│ ├── ex10bView.cpp
│ ├── ex10bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex10b.ico
│ ├── ex10b.rc2
│ └── ex10bDoc.ico
├── ex10c
│ ├── Balloons.bmp
│ ├── Chicago.bmp
│ ├── Clouds.bmp
│ ├── Debug
│ │ └── ex10c.exe
│ ├── Forest.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Red Blocks.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── cdib.cpp
│ ├── cdib.h
│ ├── ex10c.clw
│ ├── ex10c.cpp
│ ├── ex10c.dsp
│ ├── ex10c.dsw
│ ├── ex10c.h
│ ├── ex10c.rc
│ ├── ex10cDoc.cpp
│ ├── ex10cDoc.h
│ ├── ex10cView.cpp
│ ├── ex10cView.h
│ └── res
│ ├── Red Blocks.bmp
│ ├── Toolbar.bmp
│ ├── ex10c.ico
│ ├── ex10c.rc2
│ └── ex10cDoc.ico
├── ex10d
│ ├── Debug
│ │ ├── EX10D.HLP
│ │ ├── ex10d.cnt
│ │ └── ex10d.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MakeHelp.bat
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex10d.clw
│ ├── ex10d.cpp
│ ├── ex10d.dsp
│ ├── ex10d.dsw
│ ├── ex10d.h
│ ├── ex10d.rc
│ ├── ex10dDoc.cpp
│ ├── ex10dDoc.h
│ ├── ex10dView.cpp
│ ├── ex10dView.h
│ ├── hlp
│ │ ├── AfxCore.rtf
│ │ ├── AppExit.bmp
│ │ ├── Bullet.bmp
│ │ ├── CurArw2.bmp
│ │ ├── CurArw4.bmp
│ │ ├── CurHelp.bmp
│ │ ├── EX10D.HLP
│ │ ├── EX10D.LOG
│ │ ├── EX10D.ph
│ │ ├── EditCopy.bmp
│ │ ├── EditCut.bmp
│ │ ├── EditPast.bmp
│ │ ├── EditUndo.bmp
│ │ ├── FileNew.bmp
│ │ ├── FileOpen.bmp
│ │ ├── FilePrnt.bmp
│ │ ├── FileSave.bmp
│ │ ├── HlpSBar.bmp
│ │ ├── HlpTBar.bmp
│ │ ├── RecFirst.bmp
│ │ ├── RecLast.bmp
│ │ ├── RecNext.bmp
│ │ ├── RecPrev.bmp
│ │ ├── ScMenu.bmp
│ │ ├── Scmax.bmp
│ │ ├── Scmin.bmp
│ │ ├── copyd.bmp
│ │ ├── cutd.bmp
│ │ ├── ex10d.cnt
│ │ ├── ex10d.hm
│ │ ├── ex10d.hpj
│ │ └── pasted.bmp
│ └── res
│ ├── Toolbar.bmp
│ ├── ex10d.ico
│ ├── ex10d.rc2
│ └── ex10dDoc.ico
├── ex11a
│ ├── ComputeDlg.cpp
│ ├── ComputeDlg.h
│ ├── Debug
│ │ └── ex11a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex11a.clw
│ ├── ex11a.cpp
│ ├── ex11a.dsp
│ ├── ex11a.dsw
│ ├── ex11a.h
│ ├── ex11a.rc
│ ├── ex11aDoc.cpp
│ ├── ex11aDoc.h
│ ├── ex11aView.cpp
│ ├── ex11aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex11a.ico
│ ├── ex11a.rc2
│ └── ex11aDoc.ico
├── ex11b
│ ├── ComputeDlg.cpp
│ ├── ComputeDlg.h
│ ├── Debug
│ │ └── ex11b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex11b.clw
│ ├── ex11b.cpp
│ ├── ex11b.dsp
│ ├── ex11b.dsw
│ ├── ex11b.h
│ ├── ex11b.rc
│ ├── ex11bDoc.cpp
│ ├── ex11bDoc.h
│ ├── ex11bView.cpp
│ ├── ex11bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex11b.ico
│ ├── ex11b.rc2
│ └── ex11bDoc.ico
├── ex11c
│ ├── ComputeDlg.cpp
│ ├── ComputeDlg.h
│ ├── Debug
│ │ └── ex11c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex11c.clw
│ ├── ex11c.cpp
│ ├── ex11c.dsp
│ ├── ex11c.dsw
│ ├── ex11c.h
│ ├── ex11c.rc
│ ├── ex11cDoc.cpp
│ ├── ex11cDoc.h
│ ├── ex11cView.cpp
│ ├── ex11cView.h
│ ├── hms.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex11c.ico
│ ├── ex11c.rc2
│ └── ex11cDoc.ico
├── ex12a
│ ├── Debug
│ │ └── ex12a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── Property.cpp
│ ├── Property.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex12a.clw
│ ├── ex12a.cpp
│ ├── ex12a.dsp
│ ├── ex12a.dsw
│ ├── ex12a.h
│ ├── ex12a.rc
│ ├── ex12aDoc.cpp
│ ├── ex12aDoc.h
│ ├── ex12aView.cpp
│ ├── ex12aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex12a.ico
│ ├── ex12a.rc2
│ └── ex12aDoc.ico
├── ex13a
│ ├── Debug
│ │ └── ex13a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex13a.clw
│ ├── ex13a.cpp
│ ├── ex13a.dsp
│ ├── ex13a.dsw
│ ├── ex13a.h
│ ├── ex13a.rc
│ ├── ex13aDoc.cpp
│ ├── ex13aDoc.h
│ ├── ex13aView.cpp
│ ├── ex13aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex13a.ico
│ ├── ex13a.rc2
│ └── ex13aDoc.ico
├── ex13b
│ ├── Debug
│ │ └── ex13b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex13b.clw
│ ├── ex13b.cpp
│ ├── ex13b.dsp
│ ├── ex13b.dsw
│ ├── ex13b.h
│ ├── ex13b.rc
│ ├── ex13bDoc.cpp
│ ├── ex13bDoc.h
│ ├── ex13bView.cpp
│ ├── ex13bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex13b.ico
│ ├── ex13b.rc2
│ └── ex13bDoc.ico
├── ex14a
│ ├── Debug
│ │ └── ex14a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex14a.clw
│ ├── ex14a.cpp
│ ├── ex14a.dsp
│ ├── ex14a.dsw
│ ├── ex14a.h
│ ├── ex14a.rc
│ ├── ex14aDoc.cpp
│ ├── ex14aDoc.h
│ ├── ex14aView.cpp
│ ├── ex14aView.h
│ ├── persist.cpp
│ ├── persist.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex14a.ico
│ ├── ex14a.rc2
│ └── ex14aDoc.ico
├── ex15a
│ ├── Debug
│ │ └── ex15a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Student.cpp
│ ├── Student.h
│ ├── ex15a.clw
│ ├── ex15a.cpp
│ ├── ex15a.dsp
│ ├── ex15a.dsw
│ ├── ex15a.h
│ ├── ex15a.rc
│ ├── ex15aDoc.cpp
│ ├── ex15aDoc.h
│ ├── ex15aView.cpp
│ ├── ex15aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex15a.ico
│ ├── ex15a.rc2
│ └── ex15aDoc.ico
├── ex15b
│ ├── Debug
│ │ └── ex15b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StuDoc.cpp
│ ├── StuDoc.h
│ ├── StuView.cpp
│ ├── StuView.h
│ ├── Student.cpp
│ ├── Student.h
│ ├── ex15b.clw
│ ├── ex15b.cpp
│ ├── ex15b.dsp
│ ├── ex15b.dsw
│ ├── ex15b.h
│ ├── ex15b.rc
│ └── res
│ ├── StuDoc.ico
│ ├── Toolbar.bmp
│ ├── ex15b.ico
│ └── ex15b.rc2
├── ex16a
│ ├── Debug
│ │ └── ex16a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StuDoc.cpp
│ ├── StuDoc.h
│ ├── StuView.cpp
│ ├── StuView.h
│ ├── Student.cpp
│ ├── Student.h
│ ├── ex16a.clw
│ ├── ex16a.cpp
│ ├── ex16a.dsp
│ ├── ex16a.dsw
│ ├── ex16a.h
│ ├── ex16a.rc
│ ├── ex16a.reg
│ ├── res
│ │ ├── StuDoc.ico
│ │ ├── Toolbar.bmp
│ │ ├── ex16a.ico
│ │ └── ex16a.rc2
│ └── test.16a
├── ex17a
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex17a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StuDoc.cpp
│ ├── StuDoc.h
│ ├── StuView.cpp
│ ├── StuView.h
│ ├── Student.cpp
│ ├── Student.h
│ ├── ex17a.clw
│ ├── ex17a.cpp
│ ├── ex17a.dsp
│ ├── ex17a.dsw
│ ├── ex17a.h
│ ├── ex17a.rc
│ ├── ex17a.reg
│ ├── res
│ │ ├── StuDoc.ico
│ │ ├── Toolbar.bmp
│ │ ├── ex17a.ico
│ │ └── ex17a.rc2
│ └── test.17a
├── ex18a
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex18a.exe
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex18a.clw
│ ├── ex18a.cpp
│ ├── ex18a.dsp
│ ├── ex18a.dsw
│ ├── ex18a.h
│ ├── ex18a.rc
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex18a.ico
│ └── ex18a.rc2
├── ex18b
│ ├── Debug
│ │ └── ex18b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex18b.clw
│ ├── ex18b.cpp
│ ├── ex18b.dsp
│ ├── ex18b.dsw
│ ├── ex18b.h
│ ├── ex18b.rc
│ ├── ex18bDoc.cpp
│ ├── ex18bDoc.h
│ ├── ex18bView.cpp
│ ├── ex18bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex18b.ico
│ ├── ex18b.rc2
│ └── ex18bDoc.ico
├── ex19a
│ ├── Debug
│ │ └── ex19a.exe
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex19a.clw
│ ├── ex19a.cpp
│ ├── ex19a.dsp
│ ├── ex19a.dsw
│ ├── ex19a.h
│ ├── ex19a.rc
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex19a.ico
│ └── ex19a.rc2
├── ex19b
│ ├── Debug
│ │ └── ex19b.exe
│ ├── HexView.cpp
│ ├── HexView.h
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex19b.clw
│ ├── ex19b.cpp
│ ├── ex19b.dsp
│ ├── ex19b.dsw
│ ├── ex19b.h
│ ├── ex19b.rc
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex19b.ico
│ └── ex19b.rc2
├── ex19c
│ ├── Debug
│ │ └── ex19c.exe
│ ├── HexView.cpp
│ ├── HexView.h
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex19c.clw
│ ├── ex19c.cpp
│ ├── ex19c.dsp
│ ├── ex19c.dsw
│ ├── ex19c.h
│ ├── ex19c.rc
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex19c.ico
│ └── ex19c.rc2
├── ex19d
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ ├── EX19D.HLP
│ │ ├── ex19d.cnt
│ │ └── ex19d.exe
│ ├── HexView.cpp
│ ├── HexView.h
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MakeHelp.bat
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex19d.clw
│ ├── ex19d.cpp
│ ├── ex19d.dsp
│ ├── ex19d.dsw
│ ├── ex19d.h
│ ├── ex19d.rc
│ ├── hlp
│ │ ├── AfxCore.rtf
│ │ ├── AfxPrint.rtf
│ │ ├── AppExit.bmp
│ │ ├── Bullet.bmp
│ │ ├── CurArw2.bmp
│ │ ├── CurArw4.bmp
│ │ ├── CurHelp.bmp
│ │ ├── EX19D.HLP
│ │ ├── EditCopy.bmp
│ │ ├── EditCut.bmp
│ │ ├── EditPast.bmp
│ │ ├── EditUndo.bmp
│ │ ├── FileNew.bmp
│ │ ├── FileOpen.bmp
│ │ ├── FilePrnt.bmp
│ │ ├── FileSave.bmp
│ │ ├── HlpSBar.bmp
│ │ ├── HlpTBar.bmp
│ │ ├── RecFirst.bmp
│ │ ├── RecLast.bmp
│ │ ├── RecNext.bmp
│ │ ├── RecPrev.bmp
│ │ ├── ScMenu.bmp
│ │ ├── Scmax.bmp
│ │ ├── Scmin.bmp
│ │ ├── ex19d.LOG
│ │ ├── ex19d.cnt
│ │ ├── ex19d.hm
│ │ ├── ex19d.hpj
│ │ └── ex19d.ph
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex19d.ico
│ └── ex19d.rc2
├── ex20a
│ ├── SIMPLE.HLP
│ ├── Simple.cnt
│ ├── Simple.hpj
│ └── Simple.rtf
├── ex20b
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ ├── EX20B.HLP
│ │ ├── ex20b.GID
│ │ ├── ex20b.cnt
│ │ └── ex20b.exe
│ ├── HexView.cpp
│ ├── HexView.h
│ ├── LogScrollView.cpp
│ ├── LogScrollView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MakeHelp.bat
│ ├── PoemDoc.cpp
│ ├── PoemDoc.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── StringView.cpp
│ ├── StringView.h
│ ├── ex20b.clw
│ ├── ex20b.cpp
│ ├── ex20b.dsp
│ ├── ex20b.dsw
│ ├── ex20b.h
│ ├── ex20b.rc
│ ├── hlp
│ │ ├── AfxCore.rtf
│ │ ├── AfxPrint.rtf
│ │ ├── AppExit.bmp
│ │ ├── Bullet.bmp
│ │ ├── CurArw2.bmp
│ │ ├── CurArw4.bmp
│ │ ├── CurHelp.bmp
│ │ ├── EX20B.HLP
│ │ ├── EditCopy.bmp
│ │ ├── EditCut.bmp
│ │ ├── EditPast.bmp
│ │ ├── EditUndo.bmp
│ │ ├── FileNew.bmp
│ │ ├── FileOpen.bmp
│ │ ├── FilePrnt.bmp
│ │ ├── FileSave.bmp
│ │ ├── HlpSBar.bmp
│ │ ├── HlpTBar.bmp
│ │ ├── RecFirst.bmp
│ │ ├── RecLast.bmp
│ │ ├── RecNext.bmp
│ │ ├── RecPrev.bmp
│ │ ├── ScMenu.bmp
│ │ ├── Scmax.bmp
│ │ ├── Scmin.bmp
│ │ ├── ex20b.LOG
│ │ ├── ex20b.cnt
│ │ ├── ex20b.hm
│ │ ├── ex20b.hpj
│ │ └── ex20b.ph
│ └── res
│ ├── PoemDoc.ico
│ ├── Toolbar.bmp
│ ├── ex20b.ico
│ └── ex20b.rc2
├── ex21a
│ ├── Debug
│ │ ├── ex21a.dll
│ │ └── ex21a.lib
│ ├── Persistent Frame
│ │ └── Persistent Frame.ogx
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex21a.clw
│ ├── ex21a.cpp
│ ├── ex21a.def
│ ├── ex21a.dsp
│ ├── ex21a.dsw
│ ├── ex21a.rc
│ ├── persist.cpp
│ ├── persist.h
│ └── res
│ └── ex21a.rc2
├── ex21b
│ ├── Debug
│ │ ├── ex21a.dll
│ │ ├── ex21b.exe
│ │ ├── ex21c.dll
│ │ └── ex21d.dll
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Test21cDialog.cpp
│ ├── Test21cDialog.h
│ ├── Test21dDialog.cpp
│ ├── Test21dDialog.h
│ ├── ex21b.clw
│ ├── ex21b.cpp
│ ├── ex21b.dsp
│ ├── ex21b.dsw
│ ├── ex21b.h
│ ├── ex21b.rc
│ ├── ex21bDoc.cpp
│ ├── ex21bDoc.h
│ ├── ex21bView.cpp
│ ├── ex21bView.h
│ ├── persist.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex21b.ico
│ ├── ex21b.rc2
│ └── ex21bDoc.ico
├── ex21c
│ ├── Debug
│ │ ├── ex21c.dll
│ │ └── ex21c.lib
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex21c.clw
│ ├── ex21c.cpp
│ ├── ex21c.def
│ ├── ex21c.dsp
│ ├── ex21c.dsw
│ ├── ex21c.h
│ ├── ex21c.rc
│ └── res
│ └── ex21c.rc2
├── ex21d
│ ├── Debug
│ │ ├── ex21d.dll
│ │ └── ex21d.lib
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── RygWnd.cpp
│ ├── RygWnd.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex21d.clw
│ ├── ex21d.cpp
│ ├── ex21d.def
│ ├── ex21d.dsp
│ ├── ex21d.dsw
│ ├── ex21d.h
│ ├── ex21d.rc
│ └── res
│ └── ex21d.rc2
├── ex22a
│ ├── Debug
│ │ └── ex22a.exe
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex22a.clw
│ ├── ex22a.cpp
│ ├── ex22a.dsp
│ ├── ex22a.dsw
│ ├── ex22a.h
│ ├── ex22a.rc
│ ├── ex22aDlg.cpp
│ ├── ex22aDlg.h
│ └── res
│ ├── ex22a.ico
│ └── ex22a.rc2
├── ex22b
│ ├── Debug
│ │ └── ex22b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex22b.clw
│ ├── ex22b.cpp
│ ├── ex22b.dsp
│ ├── ex22b.dsw
│ ├── ex22b.h
│ ├── ex22b.rc
│ └── res
│ ├── Toolbar.bmp
│ ├── ex22b.ico
│ ├── ex22b.rc2
│ └── ex22bDoc.ico
├── ex22c
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex22c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex22c.clw
│ ├── ex22c.cpp
│ ├── ex22c.dsp
│ ├── ex22c.dsw
│ ├── ex22c.h
│ ├── ex22c.rc
│ └── res
│ ├── Toolbar.bmp
│ ├── ex22c.ico
│ ├── ex22c.rc2
│ └── ex22cDoc.ico
├── ex23a
│ ├── Client.cpp
│ ├── Debug
│ │ └── ex23a.exe
│ ├── Interface.h
│ ├── Spaceship.cpp
│ ├── Spaceship.h
│ ├── ex23a.dsp
│ └── ex23a.dsw
├── ex23b
│ ├── Debug
│ │ ├── ex23b.dll
│ │ ├── ex23b.exp
│ │ └── ex23b.lib
│ ├── Interface.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── Spaceship.cpp
│ ├── Spaceship.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex23b.clw
│ ├── ex23b.cpp
│ ├── ex23b.def
│ ├── ex23b.dsp
│ ├── ex23b.dsw
│ ├── ex23b.h
│ ├── ex23b.rc
│ └── res
│ └── ex23b.rc2
├── ex23c
│ ├── Debug
│ │ └── ex23c.exe
│ ├── Interface.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex23c.clw
│ ├── ex23c.cpp
│ ├── ex23c.dsp
│ ├── ex23c.dsw
│ ├── ex23c.h
│ ├── ex23c.rc
│ ├── ex23cDoc.cpp
│ ├── ex23cDoc.h
│ ├── ex23cView.cpp
│ ├── ex23cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex23c.ico
│ ├── ex23c.rc2
│ └── ex23cDoc.ico
├── ex24a
│ ├── Bank.cpp
│ ├── Bank.h
│ ├── Debug
│ │ ├── ex24a.exe
│ │ └── ex24a.tlb
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── demo.xls
│ ├── ex24a.clw
│ ├── ex24a.cpp
│ ├── ex24a.dsp
│ ├── ex24a.dsw
│ ├── ex24a.h
│ ├── ex24a.odl
│ ├── ex24a.rc
│ ├── ex24a.xls
│ ├── res
│ │ ├── ex24a.ico
│ │ └── ex24a.rc2
│ └── resource.h
├── ex24b
│ ├── Debug
│ │ ├── ex24b.dll
│ │ ├── ex24b.exp
│ │ ├── ex24b.lib
│ │ └── ex24b.tlb
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex24B.clw
│ ├── ex24B.cpp
│ ├── ex24B.def
│ ├── ex24B.dsp
│ ├── ex24B.dsw
│ ├── ex24B.h
│ ├── ex24B.rc
│ ├── ex24B.xls
│ ├── ex24b.odl
│ ├── ex24bAuto.cpp
│ ├── ex24bAuto.h
│ ├── promptdl.cpp
│ ├── promptdl.h
│ ├── res
│ │ └── ex24b.rc2
│ └── resource.h
├── ex24c
│ ├── Debug
│ │ ├── ex24c.exe
│ │ └── ex24c.tlb
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── alarm.cpp
│ ├── alarm.h
│ ├── ex24c.clw
│ ├── ex24c.cpp
│ ├── ex24c.dsp
│ ├── ex24c.dsw
│ ├── ex24c.h
│ ├── ex24c.odl
│ ├── ex24c.rc
│ ├── ex24c.reg
│ ├── ex24c.xls
│ ├── ex24cDoc.cpp
│ ├── ex24cDoc.h
│ ├── ex24cView.cpp
│ ├── ex24cView.h
│ ├── res
│ │ ├── ex24c.ico
│ │ ├── ex24c.rc2
│ │ └── ex24cDoc.ico
│ └── resource.h
├── ex24d
│ ├── AlarmDialog.cpp
│ ├── AlarmDialog.h
│ ├── AutoDriver.cpp
│ ├── AutoDriver.h
│ ├── BankDriver.cpp
│ ├── BankDriver.h
│ ├── ClockDriver.cpp
│ ├── ClockDriver.h
│ ├── Debug
│ │ └── ex24d.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex24d.clw
│ ├── ex24d.cpp
│ ├── ex24d.dsp
│ ├── ex24d.dsw
│ ├── ex24d.h
│ ├── ex24d.rc
│ ├── ex24dDoc.cpp
│ ├── ex24dDoc.h
│ ├── ex24dView.cpp
│ ├── ex24dView.h
│ ├── excel8.cpp
│ ├── excel8.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex24d.ico
│ ├── ex24d.rc2
│ └── ex24ddoc.ico
├── ex24e
│ ├── AlarmDialog.cpp
│ ├── AlarmDialog.h
│ ├── Debug
│ │ ├── ex24a.tlh
│ │ ├── ex24a.tli
│ │ ├── ex24b.tlh
│ │ ├── ex24b.tli
│ │ ├── ex24c.tlh
│ │ ├── ex24c.tli
│ │ └── ex24e.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex24e.clw
│ ├── ex24e.cpp
│ ├── ex24e.dsp
│ ├── ex24e.dsw
│ ├── ex24e.h
│ ├── ex24e.rc
│ ├── ex24eDoc.cpp
│ ├── ex24eDoc.h
│ ├── ex24eView.cpp
│ ├── ex24eView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex24e.ico
│ ├── ex24e.rc2
│ └── ex24edoc.ico
├── ex25a
│ ├── Arches.bmp
│ ├── CDib.cpp
│ ├── CDib.h
│ ├── Cars.bmp
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex25a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex25a.clw
│ ├── ex25a.cpp
│ ├── ex25a.dsp
│ ├── ex25a.dsw
│ ├── ex25a.h
│ ├── ex25a.rc
│ ├── ex25aDoc.cpp
│ ├── ex25aDoc.h
│ ├── ex25aView.cpp
│ ├── ex25aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex25a.ico
│ ├── ex25a.rc2
│ └── ex25aDoc.ico
├── ex25b
│ ├── Arches.bmp
│ ├── CDib.cpp
│ ├── CDib.h
│ ├── Cars.bmp
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex25b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Test.bmp
│ ├── Windows Logo.bmp
│ ├── ex25b.clw
│ ├── ex25b.cpp
│ ├── ex25b.dsp
│ ├── ex25b.dsw
│ ├── ex25b.h
│ ├── ex25b.rc
│ ├── ex25bDoc.cpp
│ ├── ex25bDoc.h
│ ├── ex25bView.cpp
│ ├── ex25bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex25b.ico
│ ├── ex25b.rc2
│ └── ex25bDoc.ico
├── ex26a
│ ├── Debug
│ │ └── ex26a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── ReadThread.cpp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Thread.h
│ ├── WriteThread.cpp
│ ├── ex26a.clw
│ ├── ex26a.cpp
│ ├── ex26a.dsp
│ ├── ex26a.dsw
│ ├── ex26a.h
│ ├── ex26a.rc
│ ├── ex26aDoc.cpp
│ ├── ex26aDoc.h
│ ├── ex26aView.cpp
│ ├── ex26aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex26a.ico
│ ├── ex26a.rc2
│ └── ex26aDoc.ico
├── ex26b
│ ├── Debug
│ │ ├── ex26b.dll
│ │ ├── ex26b.exp
│ │ ├── ex26b.lib
│ │ └── ex26b.tlb
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex26b.clw
│ ├── ex26b.cpp
│ ├── ex26b.def
│ ├── ex26b.dsp
│ ├── ex26b.dsw
│ ├── ex26b.h
│ ├── ex26b.odl
│ ├── ex26b.rc
│ ├── res
│ │ └── ex26b.rc2
│ ├── text.cpp
│ └── text.h
├── ex26c
│ ├── Debug
│ │ └── ex26c.exe
│ ├── IText.cpp
│ ├── IText.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadThread.cpp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Thread.h
│ ├── WriteThread.cpp
│ ├── ex26c.clw
│ ├── ex26c.cpp
│ ├── ex26c.dsp
│ ├── ex26c.dsw
│ ├── ex26c.h
│ ├── ex26c.rc
│ ├── ex26cDoc.cpp
│ ├── ex26cDoc.h
│ ├── ex26cView.cpp
│ ├── ex26cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex26c.ico
│ ├── ex26c.rc2
│ └── ex26cDoc.ico
├── ex27a
│ ├── Debug
│ │ └── ex27a.exe
│ ├── IpFrame.cpp
│ ├── IpFrame.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SrvrItem.cpp
│ ├── SrvrItem.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TextDialog.cpp
│ ├── TextDialog.h
│ ├── ex27a.clw
│ ├── ex27a.cpp
│ ├── ex27a.dsp
│ ├── ex27a.dsw
│ ├── ex27a.h
│ ├── ex27a.rc
│ ├── ex27a.reg
│ ├── ex27aDoc.cpp
│ ├── ex27aDoc.h
│ ├── ex27aView.cpp
│ ├── ex27aView.h
│ └── res
│ ├── IToolbar.bmp
│ ├── Toolbar.bmp
│ ├── ex27a.ico
│ ├── ex27a.rc2
│ └── ex27aDoc.ico
├── ex27b
│ ├── Chart.stg
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex27b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Test.stg
│ ├── ex27b.clw
│ ├── ex27b.cpp
│ ├── ex27b.dsp
│ ├── ex27b.dsw
│ ├── ex27b.h
│ ├── ex27b.rc
│ ├── ex27bDoc.cpp
│ ├── ex27bDoc.h
│ ├── ex27bView.cpp
│ ├── ex27bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex27b.ico
│ ├── ex27b.rc2
│ └── ex27bDoc.ico
├── ex27c
│ ├── Debug
│ │ └── ex27c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TextDialog.cpp
│ ├── TextDialog.h
│ ├── ex27c.clw
│ ├── ex27c.cpp
│ ├── ex27c.dsp
│ ├── ex27c.dsw
│ ├── ex27c.h
│ ├── ex27c.rc
│ ├── ex27cDoc.cpp
│ ├── ex27cDoc.h
│ ├── ex27cView.cpp
│ ├── ex27cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex27c.ico
│ ├── ex27c.rc2
│ └── ex27cDoc.ico
├── ex28a
│ ├── Debug
│ │ └── ex28a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex28a.clw
│ ├── ex28a.cpp
│ ├── ex28a.dsp
│ ├── ex28a.dsw
│ ├── ex28a.h
│ ├── ex28a.rc
│ ├── ex28aDoc.cpp
│ ├── ex28aDoc.h
│ ├── ex28aSet.cpp
│ ├── ex28aSet.h
│ ├── ex28aView.cpp
│ ├── ex28aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex28a.ico
│ ├── ex28a.rc2
│ └── ex28aDoc.ico
├── ex28b
│ ├── Debug
│ │ └── ex28b.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex28b.clw
│ ├── ex28b.cpp
│ ├── ex28b.dsp
│ ├── ex28b.dsw
│ ├── ex28b.h
│ ├── ex28b.rc
│ ├── ex28bDoc.cpp
│ ├── ex28bDoc.h
│ ├── ex28bSet.cpp
│ ├── ex28bSet.h
│ ├── ex28bView.cpp
│ ├── ex28bView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex28b.ico
│ ├── ex28b.rc2
│ └── ex28bDoc.ico
├── ex28c
│ ├── Debug
│ │ └── ex28c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SectionSet.cpp
│ ├── SectionSet.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex28c.clw
│ ├── ex28c.cpp
│ ├── ex28c.dsp
│ ├── ex28c.dsw
│ ├── ex28c.h
│ ├── ex28c.rc
│ ├── ex28cDoc.cpp
│ ├── ex28cDoc.h
│ ├── ex28cSet.cpp
│ ├── ex28cSet.h
│ ├── ex28cView.cpp
│ ├── ex28cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex28c.ico
│ ├── ex28c.rc2
│ └── ex28cDoc.ico
├── ex28d
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex28d.exe
│ ├── EnrollMe.28d
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── RowView.cpp
│ ├── RowView.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TableSel.cpp
│ ├── TableSel.h
│ ├── TableSet.cpp
│ ├── TableSet.h
│ ├── ex28d.clw
│ ├── ex28d.cpp
│ ├── ex28d.dsp
│ ├── ex28d.dsw
│ ├── ex28d.h
│ ├── ex28d.rc
│ ├── ex28dDoc.cpp
│ ├── ex28dDoc.h
│ ├── ex28dView.cpp
│ ├── ex28dView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex28d.ico
│ ├── ex28d.rc2
│ └── ex28dDoc.ico
├── ex29a
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── ex29a.exe
│ ├── Isamselect.cpp
│ ├── Isamselect.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── RowView.cpp
│ ├── RowView.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TableSel.cpp
│ ├── TableSel.h
│ ├── ex29a.clw
│ ├── ex29a.cpp
│ ├── ex29a.dsp
│ ├── ex29a.dsw
│ ├── ex29a.h
│ ├── ex29a.rc
│ ├── ex29aDoc.cpp
│ ├── ex29aDoc.h
│ ├── ex29aView.cpp
│ ├── ex29aView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex29a.ico
│ ├── ex29a.rc2
│ └── ex29aDoc.ico
├── ex30a
│ ├── Blocksock.cpp
│ ├── Blocksock.h
│ ├── ClientUrl.h
│ ├── ClientinetThread.cpp
│ ├── ClientsockThread.cpp
│ ├── ClienturlThread.cpp
│ ├── Debug
│ │ └── ex30a.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── Serverthread.cpp
│ ├── Sheetconfig.cpp
│ ├── Sheetconfig.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Utility.cpp
│ ├── Utility.h
│ ├── WEBSITE
│ │ ├── BACKGRD.GIF
│ │ ├── BULLET.GIF
│ │ ├── DEFAULT.HTM
│ │ ├── PizzaForm.html
│ │ └── localhost.html
│ ├── ex30a.clw
│ ├── ex30a.cpp
│ ├── ex30a.dsp
│ ├── ex30a.dsw
│ ├── ex30a.h
│ ├── ex30a.rc
│ ├── ex30a.reg
│ ├── ex30aDoc.cpp
│ ├── ex30aDoc.h
│ ├── ex30aView.cpp
│ ├── ex30aView.h
│ └── res
│ ├── EX30A.ICO
│ ├── EX30A.RC2
│ ├── EX30ADOC.ICO
│ └── TOOLBAR.BMP
├── ex31a
│ ├── Debug
│ │ ├── EX31A.DLL
│ │ ├── EX31A.EXP
│ │ └── EX31A.LIB
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Weathermap.html
│ ├── ex31a.RC2
│ ├── ex31a.clw
│ ├── ex31a.cpp
│ ├── ex31a.def
│ ├── ex31a.dsp
│ ├── ex31a.dsw
│ ├── ex31a.h
│ └── ex31a.rc
├── ex31b
│ ├── Debug
│ │ ├── ex31b.dll
│ │ ├── ex31b.exp
│ │ └── ex31b.lib
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex31b.clw
│ ├── ex31b.cpp
│ ├── ex31b.def
│ ├── ex31b.dsp
│ ├── ex31b.dsw
│ ├── ex31b.h
│ ├── ex31b.rc
│ └── ex31b.rc2
├── ex31c
│ ├── CntrItem.cpp
│ ├── CntrItem.h
│ ├── Debug
│ │ └── ex31c.exe
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── ex31c.clw
│ ├── ex31c.cpp
│ ├── ex31c.dsp
│ ├── ex31c.dsw
│ ├── ex31c.h
│ ├── ex31c.rc
│ ├── ex31c.reg
│ ├── ex31cDoc.cpp
│ ├── ex31cDoc.h
│ ├── ex31cView.cpp
│ ├── ex31cView.h
│ └── res
│ ├── Toolbar.bmp
│ ├── ex31c.ico
│ ├── ex31c.rc2
│ └── ex31cDoc.ico
├── ex32a
│ ├── CntrItem.cpp
│ ├── CntrItem.h
│ ├── Debug
│ │ └── ex32a.exe
│ ├── IpFrame.cpp
│ ├── IpFrame.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SrvrItem.cpp
│ ├── SrvrItem.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Urlthread.cpp
│ ├── Urlthread.h
│ ├── ex32a.clw
│ ├── ex32a.cpp
│ ├── ex32a.dsp
│ ├── ex32a.dsw
│ ├── ex32a.h
│ ├── ex32a.rc
│ ├── ex32a.reg
│ ├── ex32aDoc.cpp
│ ├── ex32aDoc.h
│ ├── ex32aView.cpp
│ ├── ex32aView.h
│ └── res
│ ├── BITMAP1.BMP
│ ├── EX32A.ICO
│ ├── EX32A.RC2
│ ├── GREEN1.BMP
│ ├── IToolbar.bmp
│ ├── RED1.BMP
│ ├── Toolbar.bmp
│ └── ex32aDoc.ico
├── ex32b
│ ├── AddrDial.cpp
│ ├── AddrDial.h
│ ├── Addrdialog.cpp
│ ├── Addrdialog.h
│ ├── CntrItem.cpp
│ ├── CntrItem.h
│ ├── Debug
│ │ └── ex32b.exe
│ ├── IpFrame.cpp
│ ├── IpFrame.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── Postthread.cpp
│ ├── Postthread.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── SrvrItem.cpp
│ ├── SrvrItem.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Valform.cpp
│ ├── Valform.h
│ ├── Valid.cpp
│ ├── Valid.h
│ ├── ex32b.clw
│ ├── ex32b.cpp
│ ├── ex32b.dsp
│ ├── ex32b.dsw
│ ├── ex32b.h
│ ├── ex32b.rc
│ ├── ex32b.reg
│ ├── ex32bDoc.cpp
│ ├── ex32bDoc.h
│ ├── ex32bView.cpp
│ ├── ex32bView.h
│ └── res
│ ├── EX32B.ICO
│ ├── EX32B.RC2
│ ├── IToolbar.bmp
│ ├── Toolbar.bmp
│ └── ex32bDoc.ico
└── 好例子网_VisualC++技术内幕(第四版).zip
216 directories, 1765 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论