实例介绍
【实例截图】
【核心代码】
.
├── autorun.inf
├── files
│ ├── AR.cfg
│ ├── AutoRunner.exe
│ ├── C 面试题答案.doc
│ ├── PPT
│ │ ├── 第10章 重 载 技 术.ppt
│ │ ├── 第11章 继承与派生.ppt
│ │ ├── 第12章 虚函数与多态性.ppt
│ │ ├── 第13章 模板与命名空间.ppt
│ │ ├── 第14章 标准模板库.ppt
│ │ ├── 第15章 输入输出体系.ppt
│ │ ├── 第16章 异 常 处 理.ppt
│ │ ├── 第17章 API编程和MFC框架简介.ppt
│ │ ├── 第18章 多线程处理.ppt
│ │ ├── 第19章 链 接 库.ppt
│ │ ├── 第1章 概 述.ppt
│ │ ├── 第20章 基 本 算 法.ppt
│ │ ├── 第21章 数 据 结 构.ppt
│ │ ├── 第22章 数据库编程.ppt
│ │ ├── 第23章 网 络 编 程.ppt
│ │ ├── 第24章 利用ADO实现简单的学生.ppt
│ │ ├── 第25章 火车信息查询系统.ppt
│ │ ├── 第2章 基本元素与结构.ppt
│ │ ├── 第3章 运算符和表达式.ppt
│ │ ├── 第4章 控制语句与控制结构.ppt
│ │ ├── 第5章 数 组.ppt
│ │ ├── 第6章 函 数.ppt
│ │ ├── 第7章 指针与引用.ppt
│ │ ├── 第8章 自定义类型与字符串.ppt
│ │ └── 第9章 面向对象设计思想和类.ppt
│ ├── Readme.TXT
│ ├── 源代码
│ │ ├── CH-1
│ │ │ ├── 实例1-1
│ │ │ │ └── CppTest
│ │ │ │ ├── CppTest.cpp
│ │ │ │ ├── CppTest.dsp
│ │ │ │ ├── CppTest.dsw
│ │ │ │ ├── CppTest.ncb
│ │ │ │ ├── CppTest.opt
│ │ │ │ ├── CppTest.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 示例1-1
│ │ │ └── HelloWorld
│ │ │ ├── HelloWorld.cpp
│ │ │ ├── HelloWorld.dsp
│ │ │ ├── HelloWorld.dsw
│ │ │ ├── HelloWorld.ncb
│ │ │ ├── HelloWorld.opt
│ │ │ ├── HelloWorld.plg
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── CH-10
│ │ │ ├── 实例10-1
│ │ │ │ └── Test
│ │ │ │ ├── CharArray.cpp
│ │ │ │ ├── CharArray.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例10-10
│ │ │ │ └── Test
│ │ │ │ ├── Complex.cpp
│ │ │ │ ├── Complex.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例10-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例10-8
│ │ │ │ └── Test
│ │ │ │ ├── Complex.cpp
│ │ │ │ ├── Complex.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例10-9
│ │ │ └── Test
│ │ │ ├── Complex.cpp
│ │ │ ├── Complex.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-11
│ │ │ ├── 实例11-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例11-2
│ │ │ │ └── Test
│ │ │ │ ├── GraduateStu.cpp
│ │ │ │ ├── GraduateStu.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Student.cpp
│ │ │ │ ├── Student.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Tutorial.cpp
│ │ │ │ └── Tutorial.h
│ │ │ ├── 示例11-3
│ │ │ │ └── Test
│ │ │ │ ├── Linesegment.cpp
│ │ │ │ ├── Linesegment.h
│ │ │ │ ├── Point.cpp
│ │ │ │ ├── Point.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例11-6
│ │ │ └── Test
│ │ │ ├── GraduateStu.cpp
│ │ │ ├── GraduateStu.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Student.cpp
│ │ │ ├── Student.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Tutorial.cpp
│ │ │ └── Tutorial.h
│ │ ├── CH-12
│ │ │ ├── 实例12-1
│ │ │ │ └── Test
│ │ │ │ ├── Boss.cpp
│ │ │ │ ├── Boss.h
│ │ │ │ ├── Commission.cpp
│ │ │ │ ├── Commission.h
│ │ │ │ ├── Employee.cpp
│ │ │ │ ├── Employee.h
│ │ │ │ ├── Hourly.cpp
│ │ │ │ ├── Hourly.h
│ │ │ │ ├── Piece.cpp
│ │ │ │ ├── Piece.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例12-2
│ │ │ └── Test
│ │ │ ├── GraduateStu.cpp
│ │ │ ├── GraduateStu.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Student.cpp
│ │ │ ├── Student.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ ├── Tutorial.cpp
│ │ │ └── Tutorial.h
│ │ ├── CH-13
│ │ │ ├── 实例13-1
│ │ │ │ └── Test
│ │ │ │ ├── JosephusRing.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例13-10
│ │ │ │ └── Test
│ │ │ │ ├── Array.h
│ │ │ │ ├── MyString.cpp
│ │ │ │ ├── MyString.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例13-7
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例13-8
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例13-9
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-14
│ │ │ ├── 实例14-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Util.cpp
│ │ │ │ └── Util.h
│ │ │ ├── 示例14-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例14-2
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例14-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例14-4
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-15
│ │ │ ├── 实例15-1
│ │ │ │ └── Test
│ │ │ │ ├── Information.cpp
│ │ │ │ ├── Information.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ ├── 示例15-11
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-12
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-13
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-14
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-15
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-16
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-17
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-18
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例15-19
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ ├── 示例15-20
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ ├── 示例15-4
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ ├── 示例15-5
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ ├── 示例15-6
│ │ │ │ └── Test
│ │ │ │ ├── Complex.cpp
│ │ │ │ ├── Complex.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ └── 示例15-7
│ │ │ └── Test
│ │ │ ├── Complex.cpp
│ │ │ ├── Complex.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-16
│ │ │ ├── 实例16-1
│ │ │ │ └── Test
│ │ │ │ ├── BaseClass.cpp
│ │ │ │ ├── BaseClass.h
│ │ │ │ ├── DerClass1.cpp
│ │ │ │ ├── DerClass1.h
│ │ │ │ ├── DerClass2.cpp
│ │ │ │ ├── DerClass2.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例16-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例16-2
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例16-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例16-4
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例16-5
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例16-6
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-17
│ │ │ ├── 示例17-1
│ │ │ │ └── Win32App
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Win32App.cpp
│ │ │ │ ├── Win32App.dsp
│ │ │ │ ├── Win32App.dsw
│ │ │ │ ├── Win32App.h
│ │ │ │ ├── Win32App.ico
│ │ │ │ ├── Win32App.plg
│ │ │ │ ├── Win32App.rc
│ │ │ │ ├── resource.h
│ │ │ │ └── small.ico
│ │ │ └── 示例17-2
│ │ │ └── MFC_APP
│ │ │ ├── ChildFrm.cpp
│ │ │ ├── ChildFrm.h
│ │ │ ├── MFC_APP.clw
│ │ │ ├── MFC_APP.cpp
│ │ │ ├── MFC_APP.dsp
│ │ │ ├── MFC_APP.dsw
│ │ │ ├── MFC_APP.h
│ │ │ ├── MFC_APP.ncb
│ │ │ ├── MFC_APP.opt
│ │ │ ├── MFC_APP.rc
│ │ │ ├── MFC_APPDoc.cpp
│ │ │ ├── MFC_APPDoc.h
│ │ │ ├── MFC_APPView.cpp
│ │ │ ├── MFC_APPView.h
│ │ │ ├── MainFrm.cpp
│ │ │ ├── MainFrm.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── res
│ │ │ ├── MFC_APP.ico
│ │ │ ├── MFC_APP.rc2
│ │ │ ├── MFC_APPDoc.ico
│ │ │ └── Toolbar.bmp
│ │ ├── CH-18
│ │ │ ├── 实例18-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例18-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例18-2
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例18-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ └── 示例18-4
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-19
│ │ │ ├── 示例19-1
│ │ │ │ ├── Calculate.cpp
│ │ │ │ ├── Calculate.h
│ │ │ │ ├── Readme.txt
│ │ │ │ ├── StaLib.dsp
│ │ │ │ ├── StaLib.dsw
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ ├── 示例19-2
│ │ │ │ └── Test
│ │ │ │ ├── Calculate.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StaLib.lib
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例19-3
│ │ │ │ └── MyDLL
│ │ │ │ ├── Calculate.cpp
│ │ │ │ ├── Calculate.h
│ │ │ │ ├── Common.cpp
│ │ │ │ ├── Common.h
│ │ │ │ ├── MyDLL.dsp
│ │ │ │ └── MyDLL.dsw
│ │ │ └── 示例19-5
│ │ │ └── Test
│ │ │ ├── Calculate.h
│ │ │ ├── Common.h
│ │ │ ├── MyDLL.dll
│ │ │ ├── MyDLL.lib
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-2
│ │ │ ├── 实例2-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例2-17
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例2-5
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-20
│ │ │ ├── 示例20-10
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例20-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ └── Test.opt
│ │ │ └── 示例20-4
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ └── Test.dsw
│ │ ├── CH-21
│ │ │ ├── 示例21-2.cpp
│ │ │ ├── 示例21-3.cpp
│ │ │ ├── 示例21-4.cpp
│ │ │ ├── 示例21-5.cpp
│ │ │ ├── 示例21-7.cpp
│ │ │ └── 示例21-8.cpp
│ │ ├── CH-22
│ │ │ ├── 示例22-1.cpp
│ │ │ ├── 示例22-2.cpp
│ │ │ ├── 示例22-3.cpp
│ │ │ ├── 示例22-4.cpp
│ │ │ ├── 示例22-5.cpp
│ │ │ └── 示例22-6.cpp
│ │ ├── CH-23
│ │ │ ├── 示例23-1
│ │ │ │ └── Server
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── Server.cpp
│ │ │ │ ├── Server.dsp
│ │ │ │ ├── Server.dsw
│ │ │ │ ├── Server.opt
│ │ │ │ ├── Server.plg
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── 示例23-2
│ │ │ └── Client
│ │ │ ├── Client.cpp
│ │ │ ├── Client.dsp
│ │ │ ├── Client.dsw
│ │ │ ├── Client.ncb
│ │ │ ├── Client.opt
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ ├── CH-24
│ │ │ └── Student
│ │ │ ├── About.cpp
│ │ │ ├── About.h
│ │ │ ├── Choice.cpp
│ │ │ ├── Choice.h
│ │ │ ├── Class.cpp
│ │ │ ├── Class.h
│ │ │ ├── Course.cpp
│ │ │ ├── Course.h
│ │ │ ├── FrmMain.cpp
│ │ │ ├── FrmMain.h
│ │ │ ├── HyprLink.h
│ │ │ ├── IStudent.cpp
│ │ │ ├── IStudent.h
│ │ │ ├── OldPass.cpp
│ │ │ ├── OldPass.h
│ │ │ ├── Operation.cpp
│ │ │ ├── Operation.h
│ │ │ ├── Query.cpp
│ │ │ ├── Query.h
│ │ │ ├── QueryStu.cpp
│ │ │ ├── QueryStu.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── Resource.h
│ │ │ ├── SetPass.cpp
│ │ │ ├── SetPass1.cpp
│ │ │ ├── SetPass1.h
│ │ │ ├── SetPassWord.cpp
│ │ │ ├── SetPassWord.h
│ │ │ ├── StatLink.cpp
│ │ │ ├── StatLink.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Student.aps
│ │ │ ├── Student.clw
│ │ │ ├── Student.cpp
│ │ │ ├── Student.dsp
│ │ │ ├── Student.dsw
│ │ │ ├── Student.h
│ │ │ ├── Student.rc
│ │ │ ├── StudentDlg.cpp
│ │ │ ├── StudentDlg.h
│ │ │ ├── Teach.cpp
│ │ │ ├── Teach.h
│ │ │ ├── Teaching.cpp
│ │ │ ├── Teaching.h
│ │ │ ├── excel9.cpp
│ │ │ ├── excel9.h
│ │ │ ├── htmlhelp.h
│ │ │ ├── htmlhelp.lib
│ │ │ ├── res
│ │ │ │ ├── Student.ico
│ │ │ │ ├── Student.rc2
│ │ │ │ └── User.ico
│ │ │ └── study.sql
│ │ ├── CH-25
│ │ │ ├── TrainClient
│ │ │ │ ├── ComSocket.cpp
│ │ │ │ ├── ComSocket.h
│ │ │ │ ├── Const.h
│ │ │ │ ├── Debug
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── Resource.h
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── TrainClient.aps
│ │ │ │ ├── TrainClient.clw
│ │ │ │ ├── TrainClient.cpp
│ │ │ │ ├── TrainClient.dsp
│ │ │ │ ├── TrainClient.dsw
│ │ │ │ ├── TrainClient.h
│ │ │ │ ├── TrainClient.ncb
│ │ │ │ ├── TrainClient.opt
│ │ │ │ ├── TrainClient.plg
│ │ │ │ ├── TrainClient.rc
│ │ │ │ ├── TrainClientDlg.cpp
│ │ │ │ ├── TrainClientDlg.h
│ │ │ │ └── res
│ │ │ │ ├── TrainClient.ico
│ │ │ │ └── TrainClient.rc2
│ │ │ └── TrainServer
│ │ │ ├── ComSocket.cpp
│ │ │ ├── ComSocket.h
│ │ │ ├── Const.h
│ │ │ ├── Debug
│ │ │ ├── ReadMe.txt
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── TrainInfo.cpp
│ │ │ ├── TrainInfo.h
│ │ │ ├── TrainInfo.txt
│ │ │ ├── TrainServer.aps
│ │ │ ├── TrainServer.clw
│ │ │ ├── TrainServer.cpp
│ │ │ ├── TrainServer.dsp
│ │ │ ├── TrainServer.dsw
│ │ │ ├── TrainServer.h
│ │ │ ├── TrainServer.ncb
│ │ │ ├── TrainServer.opt
│ │ │ ├── TrainServer.plg
│ │ │ ├── TrainServer.rc
│ │ │ ├── TrainServerDlg.cpp
│ │ │ ├── TrainServerDlg.h
│ │ │ └── res
│ │ │ ├── Thumbs.db
│ │ │ ├── TrainServer.ico
│ │ │ └── TrainServer.rc2
│ │ ├── CH-3
│ │ │ ├── 实例3-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例3-10
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例3-4
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-4
│ │ │ ├── 实例4-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-17
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-18
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 实例4-2
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-2
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-3
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-4
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-5
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-7
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例4-8
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例4-9
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-5
│ │ │ ├── 实例5-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ └── Test.dsw
│ │ │ ├── 示例5-14
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例5-23
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例5-25
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例5-26
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例5-6
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例5-7
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-6
│ │ │ ├── 实例6-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例6-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例6-14
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例6-15
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例6-17
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例6-18
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例6-8
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-7
│ │ │ ├── 实例7-1
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-20
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-24
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-25
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-26
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-29
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-30
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-40
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-45
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-53
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-54
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例7-56
│ │ │ │ └── Test
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ └── 示例7-58
│ │ │ └── Test
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.ncb
│ │ │ ├── Test.opt
│ │ │ └── Test.plg
│ │ ├── CH-8
│ │ │ ├── 实例8-1
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-10
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-12
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-14
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-17
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 实例8-2
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-21
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-23
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-24
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-25
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-27
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-29
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-31
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-32
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-36
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-37
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例8-38
│ │ │ │ └── Test
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ └── 示例8-39
│ │ │ └── Test
│ │ │ ├── test.cpp
│ │ │ ├── test.dsp
│ │ │ ├── test.dsw
│ │ │ ├── test.ncb
│ │ │ ├── test.opt
│ │ │ └── test.plg
│ │ ├── CH-9
│ │ │ ├── 实例
│ │ │ │ └── Test
│ │ │ │ ├── Emp.cpp
│ │ │ │ ├── Emp.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 实例9-1
│ │ │ │ └── Test
│ │ │ │ ├── Emp.cpp
│ │ │ │ ├── Emp.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例9-15
│ │ │ │ └── Test
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.h
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ ├── MobilePhone.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例9-19
│ │ │ │ └── Test
│ │ │ │ ├── CSms.cpp
│ │ │ │ ├── CSms.h
│ │ │ │ ├── Sms.cpp
│ │ │ │ ├── Sms.dsp
│ │ │ │ ├── Sms.dsw
│ │ │ │ ├── Sms.ncb
│ │ │ │ ├── Sms.opt
│ │ │ │ └── Sms.plg
│ │ │ ├── 示例9-20
│ │ │ │ └── Test
│ │ │ │ ├── CSms.cpp
│ │ │ │ ├── CSms.h
│ │ │ │ ├── Sms.cpp
│ │ │ │ ├── Sms.dsp
│ │ │ │ ├── Sms.dsw
│ │ │ │ ├── Sms.ncb
│ │ │ │ ├── Sms.opt
│ │ │ │ └── Sms.plg
│ │ │ ├── 示例9-22
│ │ │ │ └── Test
│ │ │ │ ├── CSms.cpp
│ │ │ │ ├── CSms.h
│ │ │ │ ├── Sms.cpp
│ │ │ │ ├── Sms.dsp
│ │ │ │ ├── Sms.dsw
│ │ │ │ ├── Sms.ncb
│ │ │ │ ├── Sms.opt
│ │ │ │ └── Sms.plg
│ │ │ ├── 示例9-25
│ │ │ │ └── Test
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobliePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.h
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ ├── MobilePhone.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例9-28
│ │ │ │ └── Test
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobilePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ └── MobilePhone.plg
│ │ │ ├── 示例9-31
│ │ │ │ └── Test
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobilePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.h
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ ├── MobilePhone.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例9-32
│ │ │ │ └── Test
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobilePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ └── MobilePhone.plg
│ │ │ ├── 示例9-33
│ │ │ │ └── Test
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobilePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.h
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ ├── MobilePhone.plg
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例9-34
│ │ │ │ ├── CMobilePhone.cpp
│ │ │ │ ├── CMobilePhone.h
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.dsp
│ │ │ │ ├── MobilePhone.dsw
│ │ │ │ ├── MobilePhone.ncb
│ │ │ │ ├── MobilePhone.opt
│ │ │ │ ├── MobilePhone.plg
│ │ │ │ └── Test
│ │ │ │ ├── MobilePhone.cpp
│ │ │ │ ├── MobilePhone.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── Test.cpp
│ │ │ │ ├── Test.dsp
│ │ │ │ ├── Test.dsw
│ │ │ │ ├── Test.ncb
│ │ │ │ ├── Test.opt
│ │ │ │ └── Test.plg
│ │ │ ├── 示例9-37
│ │ │ │ └── Test
│ │ │ │ ├── CClass.cpp
│ │ │ │ ├── CClass.h
│ │ │ │ ├── CSchool.cpp
│ │ │ │ ├── CSchool.dsp
│ │ │ │ ├── CSchool.dsw
│ │ │ │ ├── CSchool.ncb
│ │ │ │ ├── CSchool.opt
│ │ │ │ ├── CSchool.plg
│ │ │ │ ├── CStudent.cpp
│ │ │ │ └── CStudent.h
│ │ │ ├── 示例9-38
│ │ │ │ └── Test
│ │ │ │ ├── Linesegment.cpp
│ │ │ │ ├── Linesegment.h
│ │ │ │ ├── Point.cpp
│ │ │ │ ├── Point.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ ├── 示例9-41
│ │ │ │ └── Test
│ │ │ │ ├── CSms.cpp
│ │ │ │ ├── CSms.h
│ │ │ │ ├── Sms.cpp
│ │ │ │ ├── Sms.dsp
│ │ │ │ ├── Sms.dsw
│ │ │ │ ├── Sms.ncb
│ │ │ │ ├── Sms.opt
│ │ │ │ └── Sms.plg
│ │ │ ├── 示例9-42
│ │ │ │ └── Test
│ │ │ │ ├── Company.cpp
│ │ │ │ ├── Company.h
│ │ │ │ ├── Employee.cpp
│ │ │ │ ├── Employee.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── test.cpp
│ │ │ │ ├── test.dsp
│ │ │ │ ├── test.dsw
│ │ │ │ ├── test.ncb
│ │ │ │ ├── test.opt
│ │ │ │ └── test.plg
│ │ │ └── 示例9-43
│ │ │ └── Test
│ │ │ ├── Company.cpp
│ │ │ ├── Company.h
│ │ │ ├── Employee.cpp
│ │ │ ├── Employee.h
│ │ │ ├── test.cpp
│ │ │ ├── test.dsp
│ │ │ ├── test.dsw
│ │ │ ├── test.ncb
│ │ │ ├── test.opt
│ │ │ └── test.plg
│ │ └── Readme.TXT
│ ├── 本书视频
│ │ ├── 01.wmv
│ │ ├── 02.wmv
│ │ ├── 03.wmv
│ │ ├── 04.wmv
│ │ ├── 05.wmv
│ │ ├── 06.wmv
│ │ ├── 07.wmv
│ │ ├── 08.wmv
│ │ ├── 09.wmv
│ │ ├── 10.wmv
│ │ ├── 11.wmv
│ │ ├── 12.wmv
│ │ ├── 13.wmv
│ │ ├── 14.wmv
│ │ ├── 15.wmv
│ │ ├── 16.wmv
│ │ ├── 17.wmv
│ │ ├── 18.wmv
│ │ ├── 19.wmv
│ │ ├── 20.wmv
│ │ ├── 21.wmv
│ │ ├── 22.wmv
│ │ ├── 23.wmv
│ │ ├── 24.wmv
│ │ └── 25.wmv
│ └── 习题答案.doc
├── fscommand
│ └── loader.exe
├── start.exe
├── tubiao.ico
└── 轻松学C 编程 随书光盘及源码(完整版).iso
320 directories, 1371 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论