基本信息
源码名称:完全自学宝典vc++6.0源代码
源码大小:5.71M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
vc 6.0完全自学宝典!书上源代码!很实用!加油!!!

.
├── 完全自学宝典VC
│   ├── 10-Race
│   │   ├── CRunner.cpp
│   │   ├── CRunner.h
│   │   ├── Debug
│   │   │   └── Race.exe
│   │   ├── Race.aps
│   │   ├── Race.clw
│   │   ├── Race.cpp
│   │   ├── Race.dsp
│   │   ├── Race.dsw
│   │   ├── Race.h
│   │   ├── Race.ncb
│   │   ├── Race.opt
│   │   ├── Race.plg
│   │   ├── Race.rc
│   │   ├── RaceDlg.cpp
│   │   ├── RaceDlg.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── mssccprj.scc
│   │   ├── res
│   │   │   ├── Race.ico
│   │   │   ├── Race.rc2
│   │   │   └── vssver.scc
│   │   └── vssver.scc
│   ├── 11-DB
│   │   ├── AdoDB
│   │   │   ├── AdoDB.aps
│   │   │   ├── AdoDB.clw
│   │   │   ├── AdoDB.cpp
│   │   │   ├── AdoDB.dsp
│   │   │   ├── AdoDB.h
│   │   │   ├── AdoDB.plg
│   │   │   ├── AdoDB.rc
│   │   │   ├── AdoDBDlg.cpp
│   │   │   ├── AdoDBDlg.h
│   │   │   ├── DBManager.cpp
│   │   │   ├── DBManager.h
│   │   │   ├── Debug
│   │   │   │   ├── msado15.tlh
│   │   │   │   └── msado15.tli
│   │   │   ├── NewModifyDlg.cpp
│   │   │   ├── NewModifyDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── ds.h
│   │   │   ├── res
│   │   │   │   ├── 1.ico
│   │   │   │   ├── AdoDB.ico
│   │   │   │   ├── AdoDB.rc2
│   │   │   │   └── Preview.ico
│   │   │   └── resource.h
│   │   ├── DB.dsw
│   │   ├── DB.ncb
│   │   ├── DB.opt
│   │   ├── Debug
│   │   ├── MySqlDB
│   │   │   ├── Debug
│   │   │   │   └── MySqlDB.bsc
│   │   │   ├── MySqlDB.dsp
│   │   │   ├── MySqlDB.plg
│   │   │   ├── libmysql.dll
│   │   │   └── main.cpp
│   │   ├── ODBC
│   │   │   ├── Debug
│   │   │   ├── MyRecordSet.cpp
│   │   │   ├── MyRecordSet.h
│   │   │   ├── NewModifyDlgEx.cpp
│   │   │   ├── NewModifyDlgEx.h
│   │   │   ├── ODBC.APS
│   │   │   ├── ODBC.clw
│   │   │   ├── ODBC.cpp
│   │   │   ├── ODBC.dsp
│   │   │   ├── ODBC.h
│   │   │   ├── ODBC.plg
│   │   │   ├── ODBC.rc
│   │   │   ├── ODBCDlg.cpp
│   │   │   ├── ODBCDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── StuRecordSet.cpp
│   │   │   ├── StuRecordSet.h
│   │   │   ├── StuRs.cpp
│   │   │   ├── StuRs.h
│   │   │   ├── res
│   │   │   │   ├── ODBC.ico
│   │   │   │   └── ODBC.rc2
│   │   │   └── resource.h
│   │   ├── msado15.tlh
│   │   └── msado15.tli
│   ├── 12-Chat
│   │   ├── Chat.dsw
│   │   ├── Chat.ncb
│   │   ├── Chat.opt
│   │   ├── ChatClient
│   │   │   ├── ChatClient.aps
│   │   │   ├── ChatClient.clw
│   │   │   ├── ChatClient.cpp
│   │   │   ├── ChatClient.dsp
│   │   │   ├── ChatClient.h
│   │   │   ├── ChatClient.plg
│   │   │   ├── ChatClient.rc
│   │   │   ├── ChatClientDlg.cpp
│   │   │   ├── ChatClientDlg.h
│   │   │   ├── Debug
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── res
│   │   │   │   ├── ChatClient.ico
│   │   │   │   └── ChatClient.rc2
│   │   │   └── resource.h
│   │   └── ChatServer
│   │       ├── ChatServer.aps
│   │       ├── ChatServer.clw
│   │       ├── ChatServer.cpp
│   │       ├── ChatServer.dsp
│   │       ├── ChatServer.h
│   │       ├── ChatServer.ncb
│   │       ├── ChatServer.opt
│   │       ├── ChatServer.plg
│   │       ├── ChatServer.rc
│   │       ├── ChatServerDlg.cpp
│   │       ├── ChatServerDlg.h
│   │       ├── Debug
│   │       ├── ReadMe.txt
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── res
│   │       │   ├── ChatServer.ico
│   │       │   └── ChatServer.rc2
│   │       └── resource.h
│   ├── 13-FileTransport
│   │   ├── Debug
│   │   ├── FileClient
│   │   │   ├── Debug
│   │   │   ├── FileClient.aps
│   │   │   ├── FileClient.clw
│   │   │   ├── FileClient.cpp
│   │   │   ├── FileClient.dsp
│   │   │   ├── FileClient.dsw
│   │   │   ├── FileClient.h
│   │   │   ├── FileClient.ncb
│   │   │   ├── FileClient.opt
│   │   │   ├── FileClient.plg
│   │   │   ├── FileClient.rc
│   │   │   ├── FileClientDlg.cpp
│   │   │   ├── FileClientDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── Task.cpp
│   │   │   ├── Task.h
│   │   │   ├── ds.h
│   │   │   └── res
│   │   │       ├── FileClient.ico
│   │   │       ├── FileClient.rc2
│   │   │       └── Thumbs.db
│   │   ├── FileServer
│   │   │   ├── Acceptor.cpp
│   │   │   ├── Acceptor.h
│   │   │   ├── BaseThread.cpp
│   │   │   ├── BaseThread.h
│   │   │   ├── Debug
│   │   │   ├── FileManager.cpp
│   │   │   ├── FileManager.h
│   │   │   ├── FileServer.aps
│   │   │   ├── FileServer.clw
│   │   │   ├── FileServer.cpp
│   │   │   ├── FileServer.dsp
│   │   │   ├── FileServer.h
│   │   │   ├── FileServer.plg
│   │   │   ├── FileServer.rc
│   │   │   ├── FileServerDlg.cpp
│   │   │   ├── FileServerDlg.h
│   │   │   ├── Lock.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── ThreadManager.cpp
│   │   │   ├── ThreadManager.h
│   │   │   ├── Transporter.cpp
│   │   │   ├── Transporter.h
│   │   │   ├── UserManager.cpp
│   │   │   ├── UserManager.h
│   │   │   ├── ds.h
│   │   │   ├── res
│   │   │   │   ├── FileServer.ico
│   │   │   │   └── FileServer.rc2
│   │   │   └── resource.h
│   │   ├── FileTransport.dsw
│   │   ├── FileTransport.ncb
│   │   └── FileTransport.opt
│   ├── 18-HeavenMIS
│   │   ├── Heaven.mdb
│   │   ├── HeavenMIS
│   │   │   ├── AddCusDlg.cpp
│   │   │   ├── AddCusDlg.h
│   │   │   ├── AddProdDlg.cpp
│   │   │   ├── AddProdDlg.h
│   │   │   ├── AddSuppDlg.cpp
│   │   │   ├── AddSuppDlg.h
│   │   │   ├── AddUserDlg.cpp
│   │   │   ├── AddUserDlg.h
│   │   │   ├── BuyDlg.cpp
│   │   │   ├── BuyDlg.h
│   │   │   ├── BuyEntryDlg.cpp
│   │   │   ├── BuyEntryDlg.h
│   │   │   ├── ChangPwdDlg.cpp
│   │   │   ├── ChangPwdDlg.h
│   │   │   ├── Customer.cpp
│   │   │   ├── Customer.h
│   │   │   ├── CustomerDlg.cpp
│   │   │   ├── CustomerDlg.h
│   │   │   ├── Employee.cpp
│   │   │   ├── Employee.h
│   │   │   ├── EmployeeDlg.cpp
│   │   │   ├── EmployeeDlg.h
│   │   │   ├── HeavenMIS.aps
│   │   │   ├── HeavenMIS.clw
│   │   │   ├── HeavenMIS.cpp
│   │   │   ├── HeavenMIS.dsp
│   │   │   ├── HeavenMIS.dsw
│   │   │   ├── HeavenMIS.h
│   │   │   ├── HeavenMIS.ncb
│   │   │   ├── HeavenMIS.opt
│   │   │   ├── HeavenMIS.plg
│   │   │   ├── HeavenMIS.rc
│   │   │   ├── HeavenMISDoc.cpp
│   │   │   ├── HeavenMISDoc.h
│   │   │   ├── HeavenMISView.cpp
│   │   │   ├── HeavenMISView.h
│   │   │   ├── LoginDlg.cpp
│   │   │   ├── LoginDlg.h
│   │   │   ├── MainFrm.cpp
│   │   │   ├── MainFrm.h
│   │   │   ├── Product.cpp
│   │   │   ├── Product.h
│   │   │   ├── ProductDlg.cpp
│   │   │   ├── ProductDlg.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── ReportDlg.cpp
│   │   │   ├── ReportDlg.h
│   │   │   ├── SellDlg.cpp
│   │   │   ├── SellDlg.h
│   │   │   ├── SellEntryDlg.cpp
│   │   │   ├── SellEntryDlg.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── Supplier.cpp
│   │   │   ├── Supplier.h
│   │   │   ├── SupplierDlg.cpp
│   │   │   ├── SupplierDlg.h
│   │   │   ├── User.cpp
│   │   │   ├── User.h
│   │   │   ├── UserManDlg.cpp
│   │   │   ├── UserManDlg.h
│   │   │   ├── _recordset.cpp
│   │   │   ├── _recordset.h
│   │   │   ├── ado.cpp
│   │   │   ├── ado.h
│   │   │   ├── adodc.cpp
│   │   │   ├── adodc.h
│   │   │   ├── column.cpp
│   │   │   ├── column.h
│   │   │   ├── columns.cpp
│   │   │   ├── columns.h
│   │   │   ├── craxdrt.tlh
│   │   │   ├── craxdrt.tli
│   │   │   ├── crvtrackcursorinfo.cpp
│   │   │   ├── crvtrackcursorinfo.h
│   │   │   ├── crystalreportviewer11.cpp
│   │   │   ├── crystalreportviewer11.h
│   │   │   ├── dataformatdisp.cpp
│   │   │   ├── dataformatdisp.h
│   │   │   ├── datagrid.cpp
│   │   │   ├── datagrid.h
│   │   │   ├── employeeSell.rpt
│   │   │   ├── field.cpp
│   │   │   ├── field.h
│   │   │   ├── fields.cpp
│   │   │   ├── fields.h
│   │   │   ├── font.cpp
│   │   │   ├── font.h
│   │   │   ├── my_data11.udl
│   │   │   ├── picture.cpp
│   │   │   ├── picture.h
│   │   │   ├── productSell.rpt
│   │   │   ├── properties.cpp
│   │   │   ├── properties.h
│   │   │   ├── property.cpp
│   │   │   ├── property.h
│   │   │   ├── res
│   │   │   │   ├── HeavenMIS.ico
│   │   │   │   ├── HeavenMIS.rc2
│   │   │   │   ├── HeavenMISDoc.ico
│   │   │   │   └── Toolbar.bmp
│   │   │   ├── resource.h
│   │   │   ├── selbookmarks.cpp
│   │   │   ├── selbookmarks.h
│   │   │   ├── split.cpp
│   │   │   ├── split.h
│   │   │   ├── splits.cpp
│   │   │   ├── splits.h
│   │   │   ├── stddataformatsdisp.cpp
│   │   │   └── stddataformatsdisp.h
│   │   ├── employeeSell.rpt
│   │   ├── productSell.rpt
│   │   └── 数据库备份
│   │       ├── Heaven.bak
│   │       └── Heaven.mdb
│   ├── 7-calculator
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── calculator.cpp
│   │   ├── calculator.dsp
│   │   ├── calculator.dsw
│   │   ├── calculator.h
│   │   ├── calculator.ncb
│   │   ├── calculator.opt
│   │   ├── calculator.plg
│   │   ├── calculator.rc
│   │   ├── calculatorDlg.cpp
│   │   ├── calculatorDlg.h
│   │   ├── calculator___Win32_Release
│   │   │   ├── StdAfx.obj
│   │   │   ├── calculator.obj
│   │   │   ├── calculator.pch
│   │   │   ├── calculator.pdb
│   │   │   ├── calculator.res
│   │   │   ├── calculatorDlg.obj
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── res
│   │   │   ├── calculator.ico
│   │   │   ├── calculator.rc2
│   │   │   └── vssver.scc
│   │   └── resource.h
│   ├── 8-Games
│   │   ├── Debug
│   │   │   ├── Eight.bsc
│   │   │   └── Eight.res
│   │   ├── Eight.aps
│   │   ├── Eight.clw
│   │   ├── Eight.cpp
│   │   ├── Eight.dsp
│   │   ├── Eight.dsw
│   │   ├── Eight.h
│   │   ├── Eight.ncb
│   │   ├── Eight.opt
│   │   ├── Eight.plg
│   │   ├── Eight.rc
│   │   ├── EightDoc.cpp
│   │   ├── EightDoc.h
│   │   ├── EightView.cpp
│   │   ├── EightView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── NineBox.cpp
│   │   ├── NineBox.h
│   │   ├── ProcMtd.cpp
│   │   ├── ProcMtd.h
│   │   ├── RCa00684
│   │   ├── ReadMe.txt
│   │   ├── Release
│   │   │   └── Eight.bsc
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── res
│   │   │   ├── Eight.ico
│   │   │   ├── Eight.rc2
│   │   │   ├── EightDoc.ico
│   │   │   ├── Thumbs.db
│   │   │   └── Toolbar.bmp
│   │   └── resource.h
│   ├── 9-MyCtrlDLL
│   │   ├── Debug
│   │   ├── MyCtrlDLL.aps
│   │   ├── MyCtrlDLL.clw
│   │   ├── MyCtrlDLL.cpp
│   │   ├── MyCtrlDLL.def
│   │   ├── MyCtrlDLL.dsp
│   │   ├── MyCtrlDLL.dsw
│   │   ├── MyCtrlDLL.ncb
│   │   ├── MyCtrlDLL.opt
│   │   ├── MyCtrlDLL.plg
│   │   ├── MyCtrlDLL.rc
│   │   ├── NumEdit.cpp
│   │   ├── NumEdit.h
│   │   ├── ReadMe.txt
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestMFCDll
│   │   │   ├── Debug
│   │   │   ├── MyCtrlDLL.dll
│   │   │   ├── ReadMe.txt
│   │   │   ├── Resource.h
│   │   │   ├── StdAfx.cpp
│   │   │   ├── StdAfx.h
│   │   │   ├── TestMFCDll.aps
│   │   │   ├── TestMFCDll.clw
│   │   │   ├── TestMFCDll.cpp
│   │   │   ├── TestMFCDll.dsp
│   │   │   ├── TestMFCDll.h
│   │   │   ├── TestMFCDll.plg
│   │   │   ├── TestMFCDll.rc
│   │   │   ├── TestMFCDllDlg.cpp
│   │   │   ├── TestMFCDllDlg.h
│   │   │   └── res
│   │   │       ├── TestMFCDll.ico
│   │   │       └── TestMFCDll.rc2
│   │   ├── TimeBtn.cpp
│   │   ├── TimeBtn.h
│   │   └── res
│   │       └── MyCtrlDLL.rc2
│   ├── Release
│   │   ├── calculator.exe
│   │   └── calculator.ilk
│   └── 光盘使用说明.DOC
└── 完全自学宝典vc 6.0源代码.rar

47 directories, 381 files