在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → 完全自学宝典vc++6.0源代码

完全自学宝典vc++6.0源代码

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:5.71M
  • 下载次数:3
  • 浏览次数:8
  • 发布时间:2023-11-28
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: VC++ 源代码 c++ 6.0 VC

实例介绍

【实例简介】vc 6.0完全自学宝典!书上源代码!很实用!加油!!!

【实例截图】

from clipboard

【核心代码】

.
├── 完全自学宝典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


标签: VC++ 源代码 c++ 6.0 VC

实例下载地址

完全自学宝典vc++6.0源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警