在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → Visual C++高级编程及其项目应用开发[PDF+源代码]

Visual C++高级编程及其项目应用开发[PDF+源代码]

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:20.33M
  • 下载次数:14
  • 浏览次数:31
  • 发布时间:2023-12-15
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Visual C++ 高级编程 c++ c++ pdf

实例介绍

【实例简介】Visual C 高级编程及其项目应用开发[PDF 源代码]
Visual C 高级编程及其项目应用开发[PDF 源代码] 由浅入深,让大家迅速掌握项目开发思想. VC项目开发的源代码,内容详尽,适合学习VC. 第1章 C 关键语法 第2章 Windows消息及界面设计 第3章 进程与线程 第4章 ...

【实例截图】

from clipboard

【核心代码】

.
├── Visual C 高级编程及其项目应用开发[PDF 源代码]_Visual C 高级编程及其项目应用开发.zip
└── Visual C 高级编程及其项目应用开发
    ├── www.pudn.com.txt
    ├── 第1章
    │   ├── MyOperLoad
    │   │   ├── MyOperLoad.cpp
    │   │   ├── MyOperLoad.dep
    │   │   ├── MyOperLoad.dsp
    │   │   ├── MyOperLoad.dsw
    │   │   └── MyOperLoad.mak
    │   ├── MyOverLoad
    │   │   ├── MyOverLoad.cpp
    │   │   ├── MyOverLoad.dsp
    │   │   └── MyOverLoad.dsw
    │   ├── MyRef
    │   │   ├── MyRef.cpp
    │   │   ├── MyRef.dsp
    │   │   └── MyRef.dsw
    │   ├── myDerived
    │   │   ├── myDerived.cpp
    │   │   └── myDerived.dsw
    │   ├── myExcept
    │   │   ├── myExcept.cpp
    │   │   ├── myExcept.dsp
    │   │   └── myExcept.dsw
    │   ├── myFuncP
    │   │   ├── myFuncP.cpp
    │   │   ├── myFuncP.dsp
    │   │   └── myFuncP.dsw
    │   ├── myPoint
    │   │   ├── myPoint.cpp
    │   │   ├── myPoint.dsp
    │   │   └── myPoint.dsw
    │   ├── myRTTI
    │   │   ├── myRTTI.cpp
    │   │   ├── myRTTI.dsp
    │   │   └── myRTTI.dsw
    │   ├── myStatic
    │   │   ├── myStatic.cpp
    │   │   ├── myStatic.dsp
    │   │   └── myStatic.dsw
    │   ├── myStdStr
    │   │   ├── myStdStr.cpp
    │   │   ├── myStdStr.dsp
    │   │   └── myStdStr.dsw
    │   ├── myString
    │   │   ├── myString.cpp
    │   │   ├── myString.dsp
    │   │   └── myString.dsw
    │   ├── myTemplate
    │   │   ├── myTemplate.cpp
    │   │   ├── myTemplate.dsp
    │   │   └── myTemplate.dsw
    │   └── myVDerived
    │       ├── myVDerived.cpp
    │       ├── myVDerived.dsp
    │       └── myVDerived.dsw
    ├── 第2章
    │   ├── DlgTry
    │   │   ├── DlgTry.aps
    │   │   ├── DlgTry.clw
    │   │   ├── DlgTry.cpp
    │   │   ├── DlgTry.dsp
    │   │   ├── DlgTry.dsw
    │   │   ├── DlgTry.h
    │   │   ├── DlgTry.rc
    │   │   ├── DlgTryDlg.cpp
    │   │   ├── DlgTryDlg.h
    │   │   ├── FlatButton.cpp
    │   │   ├── FlatButton.h
    │   │   ├── MyEdit.cpp
    │   │   ├── MyEdit.h
    │   │   ├── MyListCtrl.cpp
    │   │   ├── MyListCtrl.h
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   └── res
    │   │       ├── AUDIO.ICO
    │   │       ├── CLOCK02.ICO
    │   │       ├── CLOCK05.ICO
    │   │       ├── CLOCK06.ICO
    │   │       ├── DlgTry.ico
    │   │       ├── DlgTry.rc2
    │   │       └── bitmap1.bmp
    │   ├── myUI
    │   │   ├── ExToolBar.cpp
    │   │   ├── ExToolBar.h
    │   │   ├── FormFrame.cpp
    │   │   ├── FormFrame.h
    │   │   ├── MainFrm.cpp
    │   │   ├── MainFrm.h
    │   │   ├── MyFormView.cpp
    │   │   ├── MyFormView.h
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── myUI.aps
    │   │   ├── myUI.clw
    │   │   ├── myUI.cpp
    │   │   ├── myUI.dsp
    │   │   ├── myUI.dsw
    │   │   ├── myUI.h
    │   │   ├── myUI.rc
    │   │   ├── myUIDoc.cpp
    │   │   ├── myUIDoc.h
    │   │   ├── myUIView.cpp
    │   │   ├── myUIView.h
    │   │   └── res
    │   │       ├── AUDIO.ICO
    │   │       ├── BOOKS05.ICO
    │   │       ├── Toolbar.bmp
    │   │       ├── idr_myui.ico
    │   │       ├── myUI.ico
    │   │       ├── myUI.rc2
    │   │       ├── myUIDoc.ico
    │   │       └── toolbar1.bmp
    │   └── 界面特例
    │       ├── SizeCoolBar
    │       │   ├── scbarcf.cpp
    │       │   ├── scbarcf.h
    │       │   ├── scbarg.cpp
    │       │   ├── scbarg.h
    │       │   ├── sizecbar.cpp
    │       │   └── sizecbar.h
    │       └── clientMain
    │           ├── ChildFrm.cpp
    │           ├── ChildFrm.h
    │           ├── MainFrm.cpp
    │           ├── MainFrm.h
    │           ├── MyWndBar.cpp
    │           ├── MyWndBar.h
    │           ├── NewClientWnd.cpp
    │           ├── NewClientWnd.h
    │           ├── ReadMe.txt
    │           ├── Resource.h
    │           ├── StdAfx.cpp
    │           ├── StdAfx.h
    │           ├── clientMain.clw
    │           ├── clientMain.cpp
    │           ├── clientMain.dsp
    │           ├── clientMain.dsw
    │           ├── clientMain.h
    │           ├── clientMain.rc
    │           ├── clientMainDoc.cpp
    │           ├── clientMainDoc.h
    │           ├── clientMainView.cpp
    │           ├── clientMainView.h
    │           └── res
    │               ├── BOOKS01.ICO
    │               ├── BOOKS02.ICO
    │               ├── Toolbar.bmp
    │               ├── bitmap1.bmp
    │               ├── clientMain.ico
    │               ├── clientMain.rc2
    │               ├── clientMainDoc.ico
    │               ├── icon3.ico
    │               ├── icon4.ico
    │               ├── icon5.ico
    │               └── mp_tree.bmp
    ├── 第3章
    │   ├── MyCopy
    │   │   ├── Copy_Client
    │   │   │   ├── Copy_Client.aps
    │   │   │   ├── Copy_Client.clw
    │   │   │   ├── Copy_Client.cpp
    │   │   │   ├── Copy_Client.dsp
    │   │   │   ├── Copy_Client.dsw
    │   │   │   ├── Copy_Client.h
    │   │   │   ├── Copy_Client.rc
    │   │   │   ├── Copy_ClientDlg.cpp
    │   │   │   ├── Copy_ClientDlg.h
    │   │   │   ├── ReadMe.txt
    │   │   │   ├── Resource.h
    │   │   │   ├── StdAfx.cpp
    │   │   │   ├── StdAfx.h
    │   │   │   └── res
    │   │   │       ├── Copy_Client.ico
    │   │   │       └── Copy_Client.rc2
    │   │   └── Copy_Server
    │   │       ├── Copy_Server.aps
    │   │       ├── Copy_Server.clw
    │   │       ├── Copy_Server.cpp
    │   │       ├── Copy_Server.dsp
    │   │       ├── Copy_Server.dsw
    │   │       ├── Copy_Server.h
    │   │       ├── Copy_Server.rc
    │   │       ├── Copy_ServerDlg.cpp
    │   │       ├── Copy_ServerDlg.h
    │   │       ├── ReadMe.txt
    │   │       ├── Resource.h
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       └── res
    │   │           ├── Copy_Server.ico
    │   │           └── Copy_Server.rc2
    │   ├── MyCritSect
    │   │   ├── MyCritSect.aps
    │   │   ├── MyCritSect.clw
    │   │   ├── MyCritSect.cpp
    │   │   ├── MyCritSect.dsp
    │   │   ├── MyCritSect.dsw
    │   │   ├── MyCritSect.h
    │   │   ├── MyCritSect.rc
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   └── StdAfx.h
    │   ├── MyEvent
    │   │   ├── MyEvent.clw
    │   │   ├── MyEvent.cpp
    │   │   ├── MyEvent.dsp
    │   │   ├── MyEvent.dsw
    │   │   ├── MyEvent.h
    │   │   ├── MyEvent.rc
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   └── StdAfx.h
    │   ├── MyMutex
    │   │   ├── MyMutex.clw
    │   │   ├── MyMutex.cpp
    │   │   ├── MyMutex.dsp
    │   │   ├── MyMutex.dsw
    │   │   ├── MyMutex.h
    │   │   ├── MyMutex.rc
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   └── StdAfx.h
    │   ├── MyPipe
    │   │   ├── named_pipe
    │   │   │   ├── ReadMe.txt
    │   │   │   ├── StdAfx.cpp
    │   │   │   ├── StdAfx.h
    │   │   │   ├── named_pipe.aps
    │   │   │   ├── named_pipe.clw
    │   │   │   ├── named_pipe.cpp
    │   │   │   ├── named_pipe.dsp
    │   │   │   ├── named_pipe.dsw
    │   │   │   ├── named_pipe.h
    │   │   │   ├── named_pipe.rc
    │   │   │   ├── named_pipeDlg.cpp
    │   │   │   ├── named_pipeDlg.h
    │   │   │   ├── res
    │   │   │   │   ├── named_pipe.ico
    │   │   │   │   └── named_pipe.rc2
    │   │   │   └── resource.h
    │   │   └── named_pipe_c
    │   │       ├── ReadMe.txt
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── named_pipe_c.aps
    │   │       ├── named_pipe_c.clw
    │   │       ├── named_pipe_c.cpp
    │   │       ├── named_pipe_c.dsp
    │   │       ├── named_pipe_c.dsw
    │   │       ├── named_pipe_c.h
    │   │       ├── named_pipe_c.rc
    │   │       ├── named_pipe_cDlg.cpp
    │   │       ├── named_pipe_cDlg.h
    │   │       ├── res
    │   │       │   ├── named_pipe_c.ico
    │   │       │   └── named_pipe_c.rc2
    │   │       └── resource.h
    │   ├── MySemaphore
    │   │   ├── MySemaphore.clw
    │   │   ├── MySemaphore.cpp
    │   │   ├── MySemaphore.dsp
    │   │   ├── MySemaphore.dsw
    │   │   ├── MySemaphore.h
    │   │   ├── MySemaphore.rc
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   └── StdAfx.h
    │   ├── TryMutex
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── TryMutex.aps
    │   │   ├── TryMutex.clw
    │   │   ├── TryMutex.cpp
    │   │   ├── TryMutex.dsp
    │   │   ├── TryMutex.dsw
    │   │   ├── TryMutex.h
    │   │   ├── TryMutex.rc
    │   │   ├── TryMutexDlg.cpp
    │   │   ├── TryMutexDlg.h
    │   │   └── res
    │   │       ├── TryMutex.ico
    │   │       └── TryMutex.rc2
    │   └── TryProcess
    │       ├── ReadMe.txt
    │       ├── Resource.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── TryProcess.aps
    │       ├── TryProcess.clw
    │       ├── TryProcess.cpp
    │       ├── TryProcess.dsp
    │       ├── TryProcess.dsw
    │       ├── TryProcess.h
    │       ├── TryProcess.rc
    │       ├── TryProcessDlg.cpp
    │       ├── TryProcessDlg.h
    │       └── res
    │           ├── TryProcess.ico
    │           └── TryProcess.rc2
    ├── 第4章
    │   ├── MyCommun
    │   │   ├── MyCommun.aps
    │   │   ├── MyCommun.clw
    │   │   ├── MyCommun.cpp
    │   │   ├── MyCommun.dsp
    │   │   ├── MyCommun.dsw
    │   │   ├── MyCommun.h
    │   │   ├── MyCommun.rc
    │   │   ├── MyCommunDlg.cpp
    │   │   ├── MyCommunDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   └── res
    │   │       ├── MyCommun.ico
    │   │       └── MyCommun.rc2
    │   ├── MyFileMap
    │   │   ├── MyFirstMap
    │   │   │   ├── MyFirstMap.aps
    │   │   │   ├── MyFirstMap.clw
    │   │   │   ├── MyFirstMap.cpp
    │   │   │   ├── MyFirstMap.dsp
    │   │   │   ├── MyFirstMap.dsw
    │   │   │   ├── MyFirstMap.h
    │   │   │   ├── MyFirstMap.rc
    │   │   │   ├── MyFirstMapDlg.cpp
    │   │   │   ├── MyFirstMapDlg.h
    │   │   │   ├── Resource.h
    │   │   │   ├── StdAfx.cpp
    │   │   │   ├── StdAfx.h
    │   │   │   ├── WriteData.cpp
    │   │   │   ├── WriteData.h
    │   │   │   └── res
    │   │   │       ├── MyFirstMap.ico
    │   │   │       └── MyFirstMap.rc2
    │   │   └── MySecondMap
    │   │       ├── MySecondMap.aps
    │   │       ├── MySecondMap.clw
    │   │       ├── MySecondMap.cpp
    │   │       ├── MySecondMap.dsp
    │   │       ├── MySecondMap.h
    │   │       ├── MySecondMap.rc
    │   │       ├── MySecondMapDlg.cpp
    │   │       ├── MySecondMapDlg.h
    │   │       ├── Resource.h
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       └── res
    │   │           ├── MySecondMap.ico
    │   │           └── MySecondMap.rc2
    │   ├── MyIniFile
    │   │   ├── MyIniFile.aps
    │   │   ├── MyIniFile.clw
    │   │   ├── MyIniFile.cpp
    │   │   ├── MyIniFile.dsp
    │   │   ├── MyIniFile.dsw
    │   │   ├── MyIniFile.h
    │   │   ├── MyIniFile.rc
    │   │   ├── MyIniFileDlg.cpp
    │   │   ├── MyIniFileDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   └── res
    │   │       ├── MyIniFile.ico
    │   │       └── MyIniFile.rc2
    │   ├── MyReadFile
    │   │   ├── MyReadFile.clw
    │   │   ├── MyReadFile.cpp
    │   │   ├── MyReadFile.dsp
    │   │   ├── MyReadFile.dsw
    │   │   ├── MyReadFile.h
    │   │   ├── MyReadFile.rc
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   └── StdAfx.h
    │   ├── MyRegTry
    │   │   ├── MyRegTry.aps
    │   │   ├── MyRegTry.clw
    │   │   ├── MyRegTry.cpp
    │   │   ├── MyRegTry.dsp
    │   │   ├── MyRegTry.dsw
    │   │   ├── MyRegTry.h
    │   │   ├── MyRegTry.rc
    │   │   ├── MyRegTryDlg.cpp
    │   │   ├── MyRegTryDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   └── res
    │   │       ├── MyRegTry.ico
    │   │       └── MyRegTry.rc2
    │   ├── MySearchFile
    │   │   ├── MySearchFile.aps
    │   │   ├── MySearchFile.clw
    │   │   ├── MySearchFile.cpp
    │   │   ├── MySearchFile.dsp
    │   │   ├── MySearchFile.dsw
    │   │   ├── MySearchFile.h
    │   │   ├── MySearchFile.rc
    │   │   ├── MySearchFileDlg.cpp
    │   │   ├── MySearchFileDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── res
    │   │   │   ├── CLSDFOLD.ICO
    │   │   │   ├── FOLDER02.ICO
    │   │   │   ├── MySearchFile.ico
    │   │   │   ├── MySearchFile.rc2
    │   │   │   └── bitmap1.bmp
    │   │   └── ~VC39F.tmp
    │   └── MySendPort
    │       ├── MySendPort.aps
    │       ├── MySendPort.clw
    │       ├── MySendPort.cpp
    │       ├── MySendPort.dsp
    │       ├── MySendPort.dsw
    │       ├── MySendPort.h
    │       ├── MySendPort.rc
    │       ├── MySendPortDlg.cpp
    │       ├── MySendPortDlg.h
    │       ├── Resource.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       └── res
    │           ├── MySendPort.ico
    │           └── MySendPort.rc2
    ├── 第5章
    │   ├── MyComTry
    │   │   ├── MyComClient
    │   │   │   ├── 20030701.log
    │   │   │   ├── MyComClient.aps
    │   │   │   ├── MyComClient.clw
    │   │   │   ├── MyComClient.cpp
    │   │   │   ├── MyComClient.dsp
    │   │   │   ├── MyComClient.dsw
    │   │   │   ├── MyComClient.h
    │   │   │   ├── MyComClient.rc
    │   │   │   ├── MyComClientDlg.cpp
    │   │   │   ├── MyComClientDlg.h
    │   │   │   ├── Resource.h
    │   │   │   ├── StdAfx.cpp
    │   │   │   ├── StdAfx.h
    │   │   │   └── res
    │   │   │       ├── MyComClient.ico
    │   │   │       └── MyComClient.rc2
    │   │   └── TimeLogServer
    │   │       ├── GUIDS.h
    │   │       ├── ITimeLogServer.h
    │   │       ├── Resource.h
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── TimeLogServer.aps
    │   │       ├── TimeLogServer.clw
    │   │       ├── TimeLogServer.cpp
    │   │       ├── TimeLogServer.def
    │   │       ├── TimeLogServer.dsp
    │   │       ├── TimeLogServer.dsw
    │   │       ├── TimeLogServer.h
    │   │       ├── TimeLogServer.odl
    │   │       ├── TimeLogServer.rc
    │   │       ├── TimeLogServerApp.cpp
    │   │       ├── TimeLogServerApp.h
    │   │       └── res
    │   │           └── TimeLogServer.rc2
    │   ├── MyDllClient
    │   │   ├── MyDllClient.aps
    │   │   ├── MyDllClient.clw
    │   │   ├── MyDllClient.cpp
    │   │   ├── MyDllClient.dsp
    │   │   ├── MyDllClient.h
    │   │   ├── MyDllClient.rc
    │   │   ├── MyDllClientDlg.cpp
    │   │   ├── MyDllClientDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   └── res
    │   │       ├── MyDllClient.ico
    │   │       └── MyDllClient.rc2
    │   └── MyHookDll
    │       ├── MyHookDll.aps
    │       ├── MyHookDll.clw
    │       ├── MyHookDll.cpp
    │       ├── MyHookDll.def
    │       ├── MyHookDll.dsp
    │       ├── MyHookDll.dsw
    │       ├── MyHookDll.h
    │       ├── MyHookDll.rc
    │       ├── Resource.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       └── res
    │           └── MyHookDll.rc2
    ├── 第6章
    │   ├── WinSocket-TCP
    │   │   ├── WinSockClient
    │   │   │   ├── Resource.h
    │   │   │   ├── SocketClient.cpp
    │   │   │   ├── SocketClient.h
    │   │   │   ├── StdAfx.cpp
    │   │   │   ├── StdAfx.h
    │   │   │   ├── WinSockClient.aps
    │   │   │   ├── WinSockClient.clw
    │   │   │   ├── WinSockClient.cpp
    │   │   │   ├── WinSockClient.dsp
    │   │   │   ├── WinSockClient.dsw
    │   │   │   ├── WinSockClient.h
    │   │   │   ├── WinSockClient.rc
    │   │   │   ├── WinSockClientDlg.cpp
    │   │   │   ├── WinSockClientDlg.h
    │   │   │   └── res
    │   │   │       ├── WinSockClient.ico
    │   │   │       └── WinSockClient.rc2
    │   │   └── WinSockServer
    │   │       ├── Resource.h
    │   │       ├── SocketListen.cpp
    │   │       ├── SocketListen.h
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── WinSockServer.aps
    │   │       ├── WinSockServer.clw
    │   │       ├── WinSockServer.cpp
    │   │       ├── WinSockServer.dsp
    │   │       ├── WinSockServer.dsw
    │   │       ├── WinSockServer.h
    │   │       ├── WinSockServer.rc
    │   │       ├── WinSockServerDlg.cpp
    │   │       ├── WinSockServerDlg.h
    │   │       └── res
    │   │           ├── WinSockServer.ico
    │   │           └── WinSockServer.rc2
    │   └── WinSocket-UDP
    │       └── WinSockUDP
    │           ├── Resource.h
    │           ├── SocketUdp.cpp
    │           ├── SocketUdp.h
    │           ├── StdAfx.cpp
    │           ├── StdAfx.h
    │           ├── WinSockUDP.aps
    │           ├── WinSockUDP.clw
    │           ├── WinSockUDP.cpp
    │           ├── WinSockUDP.dsp
    │           ├── WinSockUDP.dsw
    │           ├── WinSockUDP.h
    │           ├── WinSockUDP.rc
    │           ├── WinSockUDPDlg.cpp
    │           ├── WinSockUDPDlg.h
    │           └── res
    │               ├── WinSockUDP.ico
    │               └── WinSockUDP.rc2
    ├── 第7章
    │   ├── MyCommandTry
    │   │   ├── DlgProxy.cpp
    │   │   ├── DlgProxy.h
    │   │   ├── MyCommandTry.aps
    │   │   ├── MyCommandTry.clw
    │   │   ├── MyCommandTry.cpp
    │   │   ├── MyCommandTry.dsp
    │   │   ├── MyCommandTry.dsw
    │   │   ├── MyCommandTry.h
    │   │   ├── MyCommandTry.odl
    │   │   ├── MyCommandTry.rc
    │   │   ├── MyCommandTryDlg.cpp
    │   │   ├── MyCommandTryDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── res
    │   │   │   ├── MyCommandTry.ico
    │   │   │   └── MyCommandTry.rc2
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   ├── MyConnTrans
    │   │   ├── DlgProxy.cpp
    │   │   ├── DlgProxy.h
    │   │   ├── MyConnTrans.aps
    │   │   ├── MyConnTrans.clw
    │   │   ├── MyConnTrans.cpp
    │   │   ├── MyConnTrans.dsp
    │   │   ├── MyConnTrans.dsw
    │   │   ├── MyConnTrans.h
    │   │   ├── MyConnTrans.odl
    │   │   ├── MyConnTrans.rc
    │   │   ├── MyConnTransDlg.cpp
    │   │   ├── MyConnTransDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── msado26.tlh
    │   │   ├── msado26.tli
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── res
    │   │   │   ├── MyConnTrans.ico
    │   │   │   └── MyConnTrans.rc2
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   ├── MyConnTry
    │   │   ├── MyConnTry.aps
    │   │   ├── MyConnTry.clw
    │   │   ├── MyConnTry.cpp
    │   │   ├── MyConnTry.dsp
    │   │   ├── MyConnTry.dsw
    │   │   ├── MyConnTry.h
    │   │   ├── MyConnTry.rc
    │   │   ├── MyConnTryDlg.cpp
    │   │   ├── MyConnTryDlg.h
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── msado26.tlh
    │   │   ├── msado26.tli
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── res
    │   │   │   ├── MyConnTry.ico
    │   │   │   └── MyConnTry.rc2
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   └── MyFieldTry
    │       ├── MyFieldTry.aps
    │       ├── MyFieldTry.clw
    │       ├── MyFieldTry.cpp
    │       ├── MyFieldTry.dsp
    │       ├── MyFieldTry.dsw
    │       ├── MyFieldTry.h
    │       ├── MyFieldTry.rc
    │       ├── MyFieldTryDlg.cpp
    │       ├── MyFieldTryDlg.h
    │       ├── Resource.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       └── res
    │           ├── MyFieldTry.ico
    │           └── MyFieldTry.rc2
    ├── 源代码_Visual C 高级编程及其项目应用开发.rar
    ├── 最终项目
    │   ├── AdoQuery
    │   │   ├── AdoQuery.aps
    │   │   ├── AdoQuery.clw
    │   │   ├── AdoQuery.cpp
    │   │   ├── AdoQuery.def
    │   │   ├── AdoQuery.dsp
    │   │   ├── AdoQuery.dsw
    │   │   ├── AdoQuery.h
    │   │   ├── AdoQuery.idl
    │   │   ├── AdoQuery.rc
    │   │   ├── AdoQuery_i.c
    │   │   ├── AdoQuery_p.c
    │   │   ├── AdoQueryps.def
    │   │   ├── AdoQueryps.mk
    │   │   ├── EXPLORER.ICO
    │   │   ├── Gxp_adoQuery.cpp
    │   │   ├── Gxp_adoQuery.h
    │   │   ├── Gxp_adoQuery.rgs
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── adoQueryDlg.cpp
    │   │   ├── adoQueryDlg.h
    │   │   ├── atlcontrols.h
    │   │   ├── dlldata.c
    │   │   ├── dlldatax.c
    │   │   ├── dlldatax.h
    │   │   └── msado26.tlh
    │   ├── BmpIcon
    │   │   ├── Last.bmp
    │   │   ├── first.bmp
    │   │   ├── first1.bmp
    │   │   ├── next.bmp
    │   │   ├── 目录树.bmp
    │   │   ├── 关闭当前.bmp
    │   │   ├── 关闭所有.bmp
    │   │   ├── 垂直排列.bmp
    │   │   ├── 平铺排列.bmp
    │   │   └── 水平排列.bmp
    │   ├── Pos_Server
    │   │   ├── Pos_ADO.cpp
    │   │   ├── Pos_ADO.h
    │   │   ├── Pos_ADO.rgs
    │   │   ├── Pos_Server.aps
    │   │   ├── Pos_Server.cpp
    │   │   ├── Pos_Server.def
    │   │   ├── Pos_Server.dep
    │   │   ├── Pos_Server.dsp
    │   │   ├── Pos_Server.dsw
    │   │   ├── Pos_Server.h
    │   │   ├── Pos_Server.idl
    │   │   ├── Pos_Server.mak
    │   │   ├── Pos_Server.rc
    │   │   ├── Pos_Server.rgs
    │   │   ├── Pos_Server_i.c
    │   │   ├── Pos_Server_p.c
    │   │   ├── Pos_Serverps.def
    │   │   ├── Pos_Serverps.mk
    │   │   ├── Resource.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── dlldata.c
    │   │   ├── dlldatax.c
    │   │   ├── dlldatax.h
    │   │   ├── msado26.tlh
    │   │   └── msado26.tli
    │   ├── ProgBMP
    │   │   ├── BackGround.bmp
    │   │   └── splashBMP.bmp
    │   ├── SizeCoolBar
    │   │   ├── scbarcf.cpp
    │   │   ├── scbarcf.h
    │   │   ├── scbarg.cpp
    │   │   ├── scbarg.h
    │   │   ├── sizecbar.cpp
    │   │   └── sizecbar.h
    │   └── clientMain
    │       ├── ADOSamp.tlh
    │       ├── ADOSamp.tli
    │       ├── AdoQuery.tlh
    │       ├── AdoQuery.tli
    │       ├── BuyMaterialView.cpp
    │       ├── BuyMaterialView.h
    │       ├── ChildFrm.cpp
    │       ├── ChildFrm.h
    │       ├── ClientFinanceView.cpp
    │       ├── ClientFinanceView.h
    │       ├── ClientSellView.cpp
    │       ├── ClientSellView.h
    │       ├── CommPrintDlg.cpp
    │       ├── CommPrintDlg.h
    │       ├── FChildFrm.cpp
    │       ├── FChildFrm.h
    │       ├── InitDlg.cpp
    │       ├── InitDlg.h
    │       ├── MSWORD.tlh
    │       ├── MainFrm.cpp
    │       ├── MainFrm.h
    │       ├── ManageUserView.cpp
    │       ├── ManageUserView.h
    │       ├── MyWndBar.cpp
    │       ├── MyWndBar.h
    │       ├── NewClientWnd.cpp
    │       ├── NewClientWnd.h
    │       ├── Pos_Server.tlh
    │       ├── Resource.h
    │       ├── SChildFrm.cpp
    │       ├── SChildFrm.h
    │       ├── SellMaterialView.cpp
    │       ├── SellMaterialView.h
    │       ├── Server_dbPos.h
    │       ├── Server_dbPos.tlh
    │       ├── Splash.cpp
    │       ├── Splash.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── SysLogInDlg.cpp
    │       ├── SysLogInDlg.h
    │       ├── UserDlg.cpp
    │       ├── UserDlg.h
    │       ├── VBE6EXT.tlh
    │       ├── clientMain.aps
    │       ├── clientMain.clw
    │       ├── clientMain.cpp
    │       ├── clientMain.dsp
    │       ├── clientMain.dsw
    │       ├── clientMain.h
    │       ├── clientMain.ncb
    │       ├── clientMain.opt
    │       ├── clientMain.plg
    │       ├── clientMain.rc
    │       ├── clientMainDoc.cpp
    │       ├── clientMainDoc.h
    │       ├── clientMainView.cpp
    │       ├── clientMainView.h
    │       ├── column.cpp
    │       ├── column.h
    │       ├── columns.cpp
    │       ├── columns.h
    │       ├── dataformatdisp.cpp
    │       ├── dataformatdisp.h
    │       ├── datagrid.cpp
    │       ├── datagrid.h
    │       ├── excel.cpp
    │       ├── excel.h
    │       ├── font.cpp
    │       ├── font.h
    │       ├── msado26.tlh
    │       ├── msflexgrid.cpp
    │       ├── msflexgrid.h
    │       ├── msword.cpp
    │       ├── msword.h
    │       ├── picture.cpp
    │       ├── picture.h
    │       ├── res
    │       │   ├── ADD.bmp
    │       │   ├── BINOCULR.ICO
    │       │   ├── BOOKS01.ICO
    │       │   ├── BOOKS02.ICO
    │       │   ├── BackGround.bmp
    │       │   ├── CNFNOT.ICO
    │       │   ├── CRDFLE13.ICO
    │       │   ├── Cancel.bmp
    │       │   ├── Del.bmp
    │       │   ├── EXPLORER.ICO
    │       │   ├── EYE.ICO
    │       │   ├── HAMMER.ICO
    │       │   ├── KEY04.ICO
    │       │   ├── Last.bmp
    │       │   ├── MISC18.ICO
    │       │   ├── MISC19.ICO
    │       │   ├── NOTE14.ICO
    │       │   ├── SCDCNCLL.ICO
    │       │   ├── Toolbar.bmp
    │       │   ├── clientMain.ico
    │       │   ├── clientMain.rc2
    │       │   ├── clientMainDoc.ico
    │       │   ├── first.bmp
    │       │   ├── first1.bmp
    │       │   ├── ico00001.ico
    │       │   ├── ico00002.ico
    │       │   ├── ico00003.ico
    │       │   ├── ico00004.ico
    │       │   ├── ico00005.ico
    │       │   ├── ico00006.ico
    │       │   ├── ico00007.ico
    │       │   ├── ico00008.ico
    │       │   ├── icon3.ico
    │       │   ├── icon4.ico
    │       │   ├── icon5.ico
    │       │   ├── idr_clie.ico
    │       │   ├── idr_mate.ico
    │       │   ├── mp_tree.bmp
    │       │   ├── next.bmp
    │       │   ├── splashBMP.bmp
    │       │   ├── 修改.bmp
    │       │   ├── 目录树.bmp
    │       │   ├── 电脑探密 回收站已满.ico
    │       │   ├── 关闭当前.bmp
    │       │   ├── 关闭所有.bmp
    │       │   ├── 垂直排列.bmp
    │       │   ├── 平铺排列.bmp
    │       │   └── 水平排列.bmp
    │       ├── rowcursor.cpp
    │       ├── rowcursor.h
    │       ├── selbookmarks.cpp
    │       ├── selbookmarks.h
    │       ├── split.cpp
    │       ├── split.h
    │       ├── splits.cpp
    │       ├── splits.h
    │       ├── stddataformatsdisp.cpp
    │       └── stddataformatsdisp.h
    └── 最终项目使用说明.txt

96 directories, 820 files


实例下载地址

Visual C++高级编程及其项目应用开发[PDF+源代码]

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警