实例介绍
孙鑫C++视频教程配套讲义,教程B站上有,Windows运行原理方面讲解十分详细,年代有点久远但仍然可以学到很多东西。
【实例截图】
【核心代码】
3a56476f-a628-48ac-9a35-b08f5235c527
└── 孙鑫C++教程(全20讲)PPT讲义
├── lesson 1
│ ├── Lesson1Code
│ │ └── WinMain
│ │ ├── WinMain.cpp
│ │ ├── WinMain.dsp
│ │ ├── WinMain.dsw
│ │ ├── WinMain.ncb
│ │ ├── WinMain.opt
│ │ └── WinMain.plg
│ └── Windows程序运行原理.ppt
├── lesson 10
│ ├── Lesson10Code
│ │ └── Graphic
│ │ ├── BtnST.cpp
│ │ ├── BtnST.h
│ │ ├── Graphic.aps
│ │ ├── Graphic.clw
│ │ ├── Graphic.cpp
│ │ ├── GraphicDoc.cpp
│ │ ├── GraphicDoc.h
│ │ ├── Graphic.dsp
│ │ ├── Graphic.dsw
│ │ ├── Graphic.h
│ │ ├── Graphic.ncb
│ │ ├── Graphic.opt
│ │ ├── Graphic.plg
│ │ ├── Graphic.rc
│ │ ├── GraphicView.cpp
│ │ ├── GraphicView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── background.bmp
│ │ │ ├── GraphicDoc.ico
│ │ │ ├── Graphic.ico
│ │ │ ├── Graphic.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── SXBtn.cpp
│ │ ├── SXBtn.h
│ │ ├── TestBtn.cpp
│ │ └── TestBtn.h
│ ├── Lesson10创建兼容DC.ppt
│ └── 课程内容.txt
├── lesson 11
│ ├── Lesson11Code
│ │ └── Graphic
│ │ ├── Graph.cpp
│ │ ├── Graph.h
│ │ ├── Graphic.aps
│ │ ├── Graphic.clw
│ │ ├── Graphic.cpp
│ │ ├── GraphicDoc.cpp
│ │ ├── GraphicDoc.h
│ │ ├── Graphic.dsp
│ │ ├── Graphic.dsw
│ │ ├── Graphic.h
│ │ ├── Graphic.ncb
│ │ ├── Graphic.opt
│ │ ├── Graphic.plg
│ │ ├── Graphic.rc
│ │ ├── GraphicView.cpp
│ │ ├── GraphicView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── meta.wmf
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraphicDoc.ico
│ │ │ ├── Graphic.ico
│ │ │ ├── Graphic.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Lesson11.ppt
│ └── 课程内容.txt
├── lesson 12
│ ├── Lesson12Code
│ │ └── File
│ │ ├── 1.txt
│ │ ├── 2.txt
│ │ ├── 3.txt
│ │ ├── 4.txt
│ │ ├── 5.txt
│ │ ├── 6.txt
│ │ ├── File.aps
│ │ ├── File.clw
│ │ ├── File.cpp
│ │ ├── FileDoc.cpp
│ │ ├── FileDoc.h
│ │ ├── File.dsp
│ │ ├── File.dsw
│ │ ├── File.h
│ │ ├── File.ncb
│ │ ├── File.opt
│ │ ├── File.plg
│ │ ├── File.rc
│ │ ├── FileView.cpp
│ │ ├── FileView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FileDoc.ico
│ │ │ ├── File.ico
│ │ │ ├── File.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── test.txt
│ ├── Lesson12文件.ppt
│ └── 课程内容.txt
├── lesson 13
│ ├── Lesson13Code
│ │ └── Graphic
│ │ ├── 1.txt
│ │ ├── Graph.cpp
│ │ ├── Graph.h
│ │ ├── Graphic.aps
│ │ ├── Graphic.clw
│ │ ├── Graphic.cpp
│ │ ├── GraphicDoc.cpp
│ │ ├── GraphicDoc.h
│ │ ├── Graphic.dsp
│ │ ├── Graphic.dsw
│ │ ├── Graphic.h
│ │ ├── Graphic.ncb
│ │ ├── Graphic.opt
│ │ ├── Graphic.plg
│ │ ├── Graphic.rc
│ │ ├── Graphic.txt
│ │ ├── GraphicView.cpp
│ │ ├── GraphicView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraphicDoc.ico
│ │ │ ├── Graphic.ico
│ │ │ ├── Graphic.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Lesson13文档.ppt
│ └── 课程内容.txt
├── lesson 14
│ ├── Lesson13Code
│ │ └── Graphic
│ │ ├── 1.txt
│ │ ├── Graph.cpp
│ │ ├── Graph.h
│ │ ├── Graphic.aps
│ │ ├── Graphic.clw
│ │ ├── Graphic.cpp
│ │ ├── GraphicDoc.cpp
│ │ ├── GraphicDoc.h
│ │ ├── Graphic.dsp
│ │ ├── Graphic.dsw
│ │ ├── Graphic.h
│ │ ├── Graphic.ncb
│ │ ├── Graphic.opt
│ │ ├── Graphic.plg
│ │ ├── Graphic.rc
│ │ ├── Graphic.txt
│ │ ├── GraphicView.cpp
│ │ ├── GraphicView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GraphicDoc.ico
│ │ │ ├── Graphic.ico
│ │ │ ├── Graphic.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Lesson13文档.ppt
│ └── 课程内容.txt
├── lesson 15
│ ├── Lesson15Code
│ │ ├── Chat
│ │ │ ├── Chat.aps
│ │ │ ├── Chat.clw
│ │ │ ├── Chat.cpp
│ │ │ ├── ChatDlg.cpp
│ │ │ ├── ChatDlg.h
│ │ │ ├── Chat.dsp
│ │ │ ├── Chat.dsw
│ │ │ ├── Chat.h
│ │ │ ├── Chat.ncb
│ │ │ ├── Chat.opt
│ │ │ ├── Chat.plg
│ │ │ ├── Chat.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Chat.ico
│ │ │ │ └── Chat.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── MultiThread
│ │ ├── MultiThread.cpp
│ │ ├── MultiThread.dsp
│ │ ├── MultiThread.dsw
│ │ ├── MultiThread.ncb
│ │ ├── MultiThread.opt
│ │ └── MultiThread.plg
│ ├── Lesson15多线程与聊天室程序的创建.ppt
│ ├── 视频中代码的一个小问题.txt
│ └── 课程内容.txt
├── lesson 16
│ ├── Lesson16Code
│ │ ├── Chat
│ │ │ ├── Chat.aps
│ │ │ ├── Chat.clw
│ │ │ ├── Chat.cpp
│ │ │ ├── ChatDlg.cpp
│ │ │ ├── ChatDlg.h
│ │ │ ├── Chat.dsp
│ │ │ ├── Chat.dsw
│ │ │ ├── Chat.h
│ │ │ ├── Chat.ncb
│ │ │ ├── Chat.opt
│ │ │ ├── Chat.plg
│ │ │ ├── Chat.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Chat.ico
│ │ │ │ └── Chat.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── Critical
│ │ │ ├── Critical.cpp
│ │ │ ├── Critical.dsp
│ │ │ ├── Critical.dsw
│ │ │ ├── Critical.ncb
│ │ │ ├── Critical.opt
│ │ │ └── Critical.plg
│ │ └── Event
│ │ ├── Event.cpp
│ │ ├── Event.dsp
│ │ ├── Event.dsw
│ │ ├── Event.ncb
│ │ ├── Event.opt
│ │ └── Event.plg
│ └── Lesson16线程同步与异步套接字编程.ppt
├── lesson 17
│ ├── Lesson17Code
│ │ ├── Child
│ │ │ ├── Child.aps
│ │ │ ├── Child.clw
│ │ │ ├── Child.cpp
│ │ │ ├── ChildDoc.cpp
│ │ │ ├── ChildDoc.h
│ │ │ ├── Child.dsp
│ │ │ ├── Child.h
│ │ │ ├── Child.plg
│ │ │ ├── Child.rc
│ │ │ ├── ChildView.cpp
│ │ │ ├── ChildView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ChildDoc.ico
│ │ │ │ ├── Child.ico
│ │ │ │ ├── Child.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── Clipboard
│ │ │ ├── Clipboard.aps
│ │ │ ├── Clipboard.clw
│ │ │ ├── Clipboard.cpp
│ │ │ ├── ClipboardDlg.cpp
│ │ │ ├── ClipboardDlg.h
│ │ │ ├── Clipboard.dsp
│ │ │ ├── Clipboard.dsw
│ │ │ ├── Clipboard.h
│ │ │ ├── Clipboard.ncb
│ │ │ ├── Clipboard.opt
│ │ │ ├── Clipboard.plg
│ │ │ ├── Clipboard.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── Clipboard.ico
│ │ │ │ └── Clipboard.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── MailslotClt
│ │ │ ├── MailslotClt.aps
│ │ │ ├── MailslotClt.clw
│ │ │ ├── MailslotClt.cpp
│ │ │ ├── MailslotCltDoc.cpp
│ │ │ ├── MailslotCltDoc.h
│ │ │ ├── MailslotClt.dsp
│ │ │ ├── MailslotClt.h
│ │ │ ├── MailslotClt.plg
│ │ │ ├── MailslotClt.rc
│ │ │ ├── MailslotCltView.cpp
│ │ │ ├── MailslotCltView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── MailslotCltDoc.ico
│ │ │ │ ├── MailslotClt.ico
│ │ │ │ ├── MailslotClt.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── MailslotSrv
│ │ │ ├── MailslotSrv.aps
│ │ │ ├── MailslotSrv.clw
│ │ │ ├── MailslotSrv.cpp
│ │ │ ├── MailslotSrvDoc.cpp
│ │ │ ├── MailslotSrvDoc.h
│ │ │ ├── MailslotSrv.dsp
│ │ │ ├── MailslotSrv.dsw
│ │ │ ├── MailslotSrv.h
│ │ │ ├── MailslotSrv.ncb
│ │ │ ├── MailslotSrv.opt
│ │ │ ├── MailslotSrv.plg
│ │ │ ├── MailslotSrv.rc
│ │ │ ├── MailslotSrvView.cpp
│ │ │ ├── MailslotSrvView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── MailslotSrvDoc.ico
│ │ │ │ ├── MailslotSrv.ico
│ │ │ │ ├── MailslotSrv.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── NamedPipeClt
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── NamedPipeClt.aps
│ │ │ ├── NamedPipeClt.clw
│ │ │ ├── NamedPipeClt.cpp
│ │ │ ├── NamedPipeCltDoc.cpp
│ │ │ ├── NamedPipeCltDoc.h
│ │ │ ├── NamedPipeClt.dsp
│ │ │ ├── NamedPipeClt.h
│ │ │ ├── NamedPipeClt.plg
│ │ │ ├── NamedPipeClt.rc
│ │ │ ├── NamedPipeCltView.cpp
│ │ │ ├── NamedPipeCltView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── NamedPipeCltDoc.ico
│ │ │ │ ├── NamedPipeClt.ico
│ │ │ │ ├── NamedPipeClt.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── NamedPipeSrv
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── NamedPipeSrv.aps
│ │ │ ├── NamedPipeSrv.clw
│ │ │ ├── NamedPipeSrv.cpp
│ │ │ ├── NamedPipeSrvDoc.cpp
│ │ │ ├── NamedPipeSrvDoc.h
│ │ │ ├── NamedPipeSrv.dsp
│ │ │ ├── NamedPipeSrv.dsw
│ │ │ ├── NamedPipeSrv.h
│ │ │ ├── NamedPipeSrv.ncb
│ │ │ ├── NamedPipeSrv.opt
│ │ │ ├── NamedPipeSrv.plg
│ │ │ ├── NamedPipeSrv.rc
│ │ │ ├── NamedPipeSrvView.cpp
│ │ │ ├── NamedPipeSrvView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── NamedPipeSrvDoc.ico
│ │ │ │ ├── NamedPipeSrv.ico
│ │ │ │ ├── NamedPipeSrv.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Parent
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Parent.aps
│ │ ├── Parent.clw
│ │ ├── Parent.cpp
│ │ ├── ParentDoc.cpp
│ │ ├── ParentDoc.h
│ │ ├── Parent.dsp
│ │ ├── Parent.dsw
│ │ ├── Parent.h
│ │ ├── Parent.ncb
│ │ ├── Parent.opt
│ │ ├── Parent.plg
│ │ ├── Parent.rc
│ │ ├── ParentView.cpp
│ │ ├── ParentView.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ParentDoc.ico
│ │ │ ├── Parent.ico
│ │ │ ├── Parent.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Lesson17进程间通信.ppt
├── lesson 18
│ ├── Lesson18ActiveX控件.ppt
│ ├── Lesson18Code
│ │ ├── Clock
│ │ │ ├── Clock.aps
│ │ │ ├── Clock.clw
│ │ │ ├── Clock.cpp
│ │ │ ├── ClockCtl.bmp
│ │ │ ├── ClockCtl.cpp
│ │ │ ├── ClockCtl.h
│ │ │ ├── Clock.def
│ │ │ ├── Clock.dsp
│ │ │ ├── Clock.dsw
│ │ │ ├── Clock.h
│ │ │ ├── Clock.ico
│ │ │ ├── Clock.ncb
│ │ │ ├── Clock.odl
│ │ │ ├── Clock.opt
│ │ │ ├── Clock.plg
│ │ │ ├── ClockPpg.cpp
│ │ │ ├── ClockPpg.h
│ │ │ ├── Clock.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── Release
│ │ │ │ ├── ClockCtl.obj
│ │ │ │ ├── Clock.exp
│ │ │ │ ├── Clock.lib
│ │ │ │ ├── Clock.obj
│ │ │ │ ├── Clock.ocx
│ │ │ │ ├── ClockPpg.obj
│ │ │ │ ├── Clock.res
│ │ │ │ ├── Clock.tlb
│ │ │ │ ├── regsvr32.trg
│ │ │ │ └── StdAfx.obj
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── ClockTest
│ │ │ ├── clock.cpp
│ │ │ ├── clock.h
│ │ │ ├── ClockTest.aps
│ │ │ ├── ClockTest.clw
│ │ │ ├── ClockTest.cpp
│ │ │ ├── ClockTestDlg.cpp
│ │ │ ├── ClockTestDlg.h
│ │ │ ├── ClockTest.dsp
│ │ │ ├── ClockTest.dsw
│ │ │ ├── ClockTest.h
│ │ │ ├── ClockTest.ncb
│ │ │ ├── ClockTest.opt
│ │ │ ├── ClockTest.plg
│ │ │ ├── ClockTest.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── ClockTest.ico
│ │ │ │ └── ClockTest.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── VBTest
│ │ ├── Form1.frm
│ │ ├── MSSCCPRJ.SCC
│ │ ├── Project1.vbp
│ │ └── Project1.vbw
│ └── 课程内容.txt
├── lesson 19
│ ├── Lesson19Code
│ │ ├── Dll1
│ │ │ ├── Dll1.cpp
│ │ │ ├── Dll1.dsp
│ │ │ ├── Dll1.dsw
│ │ │ ├── Dll1.h
│ │ │ ├── Dll1.ncb
│ │ │ ├── Dll1.opt
│ │ │ └── Dll1.plg
│ │ ├── Dll2
│ │ │ ├── Dll2.cpp
│ │ │ ├── Dll2.def
│ │ │ ├── Dll2.dsp
│ │ │ ├── Dll2.dsw
│ │ │ ├── Dll2.ncb
│ │ │ ├── Dll2.opt
│ │ │ └── Dll2.plg
│ │ ├── Dll3
│ │ │ ├── Dll3.cpp
│ │ │ ├── Dll3.dsp
│ │ │ ├── Dll3.dsw
│ │ │ ├── Dll3.ncb
│ │ │ ├── Dll3.opt
│ │ │ └── Dll3.plg
│ │ └── DllTest
│ │ ├── Dll1.dll
│ │ ├── Dll1.lib
│ │ ├── Dll2.dll
│ │ ├── Dll3.dll
│ │ ├── DllTest.aps
│ │ ├── DllTest.clw
│ │ ├── DllTest.cpp
│ │ ├── DllTestDlg.cpp
│ │ ├── DllTestDlg.h
│ │ ├── DllTest.dsp
│ │ ├── DllTest.dsw
│ │ ├── DllTest.h
│ │ ├── DllTest.ncb
│ │ ├── DllTest.opt
│ │ ├── DllTest.plg
│ │ ├── DllTest.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DllTest.ico
│ │ │ └── DllTest.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Lesson19动态链接库.ppt
│ └── 课程内容.txt
├── lesson 2
│ ├── Lesson2Code
│ │ ├── Main
│ │ │ ├── Animal.cpp
│ │ │ ├── Animal.h
│ │ │ ├── Fish.cpp
│ │ │ ├── Fish.h
│ │ │ ├── Main.cpp
│ │ │ ├── Main.dsp
│ │ │ ├── Main.dsw
│ │ │ ├── Main.h.txt
│ │ │ ├── Main.ncb
│ │ │ ├── Main.opt
│ │ │ └── Main.plg
│ │ ├── Point
│ │ │ ├── Point.cpp
│ │ │ ├── Point.dsp
│ │ │ ├── Point.dsw
│ │ │ ├── Point.ncb
│ │ │ ├── Point.opt
│ │ │ └── Point.plg
│ │ └── Test
│ │ ├── Test.cpp
│ │ ├── Test.dsp
│ │ ├── Test.dsw
│ │ ├── Test.ncb
│ │ ├── Test.opt
│ │ └── Test.plg
│ ├── 掌握C++.ppt
│ └── 课程内容.txt
├── lesson 20
│ ├── Lesson20Code
│ │ ├── ADO
│ │ │ ├── Ado
│ │ │ │ ├── Ado.aps
│ │ │ │ ├── Ado.clw
│ │ │ │ ├── Ado.cpp
│ │ │ │ ├── AdoDlg.cpp
│ │ │ │ ├── AdoDlg.h
│ │ │ │ ├── Ado.dsp
│ │ │ │ ├── Ado.dsw
│ │ │ │ ├── Ado.h
│ │ │ │ ├── Ado.ncb
│ │ │ │ ├── Ado.opt
│ │ │ │ ├── Ado.plg
│ │ │ │ ├── Ado.rc
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── Ado.ico
│ │ │ │ │ └── Ado.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── ADOControl
│ │ │ │ ├── Form1.frm
│ │ │ │ ├── Form1.frx
│ │ │ │ ├── MSSCCPRJ.SCC
│ │ │ │ ├── Project1.vbp
│ │ │ │ └── Project1.vbw
│ │ │ └── ADOObject
│ │ │ ├── Form1.frm
│ │ │ ├── MSSCCPRJ.SCC
│ │ │ ├── Project1.vbp
│ │ │ └── Project1.vbw
│ │ ├── Hook
│ │ │ ├── Hook.cpp
│ │ │ ├── Hook.def
│ │ │ ├── Hook.dsp
│ │ │ ├── Hook.dsw
│ │ │ ├── Hook.ncb
│ │ │ ├── Hook.opt
│ │ │ └── Hook.plg
│ │ ├── HookTest
│ │ │ ├── Hook.dll
│ │ │ ├── HookTest.aps
│ │ │ ├── HookTest.clw
│ │ │ ├── HookTest.cpp
│ │ │ ├── HookTestDlg.cpp
│ │ │ ├── HookTestDlg.h
│ │ │ ├── HookTest.dsp
│ │ │ ├── HookTest.dsw
│ │ │ ├── HookTest.h
│ │ │ ├── HookTest.ncb
│ │ │ ├── HookTest.opt
│ │ │ ├── HookTest.plg
│ │ │ ├── HookTest.rc
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── HookTest.ico
│ │ │ │ └── HookTest.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── InnerHook
│ │ ├── InnerHook.aps
│ │ ├── InnerHook.clw
│ │ ├── InnerHook.cpp
│ │ ├── InnerHookDlg.cpp
│ │ ├── InnerHookDlg.h
│ │ ├── InnerHook.dsp
│ │ ├── InnerHook.dsw
│ │ ├── InnerHook.h
│ │ ├── InnerHook.ncb
│ │ ├── InnerHook.opt
│ │ ├── InnerHook.plg
│ │ ├── InnerHook.rc
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── InnerHook.ico
│ │ │ └── InnerHook.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Lesson20HOOK和数据库访问.ppt
├── lesson 3
│ ├── Lesson3Code
│ │ ├── main
│ │ │ ├── main.cpp
│ │ │ ├── main.dsp
│ │ │ ├── main.dsw
│ │ │ ├── main.ncb
│ │ │ ├── main.opt
│ │ │ └── main.plg
│ │ ├── Test
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── TestDoc.ico
│ │ │ │ ├── Test.ico
│ │ │ │ ├── Test.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.aps
│ │ │ ├── Test.clw
│ │ │ ├── Test.cpp
│ │ │ ├── TestDoc.cpp
│ │ │ ├── TestDoc.h
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.h
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ ├── Test.plg
│ │ │ ├── Test.rc
│ │ │ ├── TestView.cpp
│ │ │ └── TestView.h
│ │ └── WinMain
│ │ ├── WinMain.cpp
│ │ ├── WinMain.dsp
│ │ ├── WinMain.dsw
│ │ ├── WinMain.ncb
│ │ └── WinMain.opt
│ └── 课程内容.txt
├── lesson 4
│ ├── Lesson4Code
│ │ ├── Draw
│ │ │ ├── Draw.aps
│ │ │ ├── Draw.clw
│ │ │ ├── Draw.cpp
│ │ │ ├── DrawDoc.cpp
│ │ │ ├── DrawDoc.h
│ │ │ ├── Draw.dsp
│ │ │ ├── Draw.dsw
│ │ │ ├── Draw.h
│ │ │ ├── Draw.ncb
│ │ │ ├── Draw.opt
│ │ │ ├── Draw.plg
│ │ │ ├── Draw.rc
│ │ │ ├── DrawView.cpp
│ │ │ ├── DrawView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ ├── DrawDoc.ico
│ │ │ │ ├── Draw.ico
│ │ │ │ ├── Draw.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Test
│ │ ├── Test.cpp
│ │ ├── Test.dsp
│ │ ├── Test.dsw
│ │ ├── Test.ncb
│ │ ├── Test.opt
│ │ └── Test.plg
│ └── 课程内容.txt
├── lesson 5
│ ├── Lesson5Code
│ │ └── Text
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bitmap1.bmp
│ │ │ ├── TextDoc.ico
│ │ │ ├── Text.ico
│ │ │ ├── Text.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Text.aps
│ │ ├── Text.clw
│ │ ├── Text.cpp
│ │ ├── TextDoc.cpp
│ │ ├── TextDoc.h
│ │ ├── Text.dsp
│ │ ├── Text.dsw
│ │ ├── Text.h
│ │ ├── Text.ncb
│ │ ├── Text.opt
│ │ ├── Text.plg
│ │ ├── Text.rc
│ │ ├── TextView.cpp
│ │ └── TextView.h
│ ├── 文本编程.ppt
│ └── 课程内容.txt
├── lesson 6
│ ├── Lesson6Code
│ │ ├── Menu
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── Menu.aps
│ │ │ ├── Menu.clw
│ │ │ ├── Menu.cpp
│ │ │ ├── MenuDoc.cpp
│ │ │ ├── MenuDoc.h
│ │ │ ├── Menu.dsp
│ │ │ ├── Menu.dsw
│ │ │ ├── Menu.h
│ │ │ ├── Menu.ncb
│ │ │ ├── Menu.opt
│ │ │ ├── Menu.plg
│ │ │ ├── Menu.rc
│ │ │ ├── MenuView.cpp
│ │ │ ├── MenuView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ ├── MenuDoc.ico
│ │ │ │ ├── Menu.ico
│ │ │ │ ├── Menu.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Menu2
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Menu2.aps
│ │ ├── Menu2.clw
│ │ ├── Menu2.cpp
│ │ ├── Menu2Doc.cpp
│ │ ├── Menu2Doc.h
│ │ ├── Menu2.dsp
│ │ ├── Menu2.dsw
│ │ ├── Menu2.h
│ │ ├── Menu2.ncb
│ │ ├── Menu2.opt
│ │ ├── Menu2.plg
│ │ ├── Menu2.rc
│ │ ├── Menu2View.cpp
│ │ ├── Menu2View.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Menu2Doc.ico
│ │ │ ├── Menu2.ico
│ │ │ ├── Menu2.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── 菜单.ppt
│ └── 课程内容.txt
├── lesson 7
│ ├── Lesson7Code
│ │ └── Mybole
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Mybole.aps
│ │ ├── Mybole.clw
│ │ ├── Mybole.cpp
│ │ ├── MyboleDoc.cpp
│ │ ├── MyboleDoc.h
│ │ ├── Mybole.dsp
│ │ ├── Mybole.dsw
│ │ ├── Mybole.h
│ │ ├── Mybole.ncb
│ │ ├── Mybole.opt
│ │ ├── Mybole.plg
│ │ ├── Mybole.rc
│ │ ├── MyboleView.cpp
│ │ ├── MyboleView.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MyboleDoc.ico
│ │ │ ├── Mybole.ico
│ │ │ ├── Mybole.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TestDlg.cpp
│ │ └── TestDlg.h
│ ├── 对话框.ppt
│ └── 课程内容.txt
├── lesson 8
│ ├── Lesson8Code
│ │ ├── Prop
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── Prop1.cpp
│ │ │ ├── Prop1.h
│ │ │ ├── Prop2.cpp
│ │ │ ├── Prop2.h
│ │ │ ├── Prop3.cpp
│ │ │ ├── Prop3.h
│ │ │ ├── Prop.aps
│ │ │ ├── Prop.clw
│ │ │ ├── Prop.cpp
│ │ │ ├── PropDoc.cpp
│ │ │ ├── PropDoc.h
│ │ │ ├── Prop.dsp
│ │ │ ├── Prop.dsw
│ │ │ ├── Prop.h
│ │ │ ├── Prop.ncb
│ │ │ ├── Prop.opt
│ │ │ ├── Prop.plg
│ │ │ ├── Prop.rc
│ │ │ ├── PropSheet.cpp
│ │ │ ├── PropSheet.h
│ │ │ ├── PropView.cpp
│ │ │ ├── PropView.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── PropDoc.ico
│ │ │ │ ├── Prop.ico
│ │ │ │ ├── Prop.rc2
│ │ │ │ └── Toolbar.bmp
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── Test
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Test.ico
│ │ │ └── Test.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Test.aps
│ │ ├── Test.clw
│ │ ├── Test.cpp
│ │ ├── TestDlg.cpp
│ │ ├── TestDlg.h
│ │ ├── Test.dsp
│ │ ├── Test.dsw
│ │ ├── Test.h
│ │ ├── Test.ncb
│ │ ├── Test.opt
│ │ ├── Test.plg
│ │ ├── Test.rc
│ │ ├── WeiXinBtn.cpp
│ │ └── WeiXinBtn.h
│ ├── 对话框第二部分.ppt
│ └── 课程内容.txt
└── lesson 9
├── Lesson9Code
│ └── Style
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── News.ico
│ │ ├── StyleDoc.ico
│ │ ├── Style.ico
│ │ ├── Style.rc2
│ │ ├── toolbar1.bmp
│ │ ├── Toolbar.bmp
│ │ ├── User.ico
│ │ └── Zip File.ico
│ ├── resource.h
│ ├── Splash.cpp
│ ├── Splash.h
│ ├── Splsh16.bmp
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Style.aps
│ ├── Style.clw
│ ├── Style.cpp
│ ├── StyleDoc.cpp
│ ├── StyleDoc.h
│ ├── Style.dsp
│ ├── Style.dsw
│ ├── Style.h
│ ├── Style.ncb
│ ├── Style.opt
│ ├── Style.plg
│ ├── Style.rc
│ ├── StyleView.cpp
│ └── StyleView.h
└── 课程内容.txt
117 directories, 835 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论