-
这本书是一个彻底改写的第一个版本,以反映所有的变化…
This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++
by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition
has been examined and rewritten, sometimes removing old examples, often changing existing
examples and adding new ones, and adding many new exercises. Significant rearrangement
and re-ordering of the material took place to reflect the availability of better tools and my
improved understanding of how people learn C++. A new chapter was added which is a rapid
introduction to the C concepts and basic C++ features for those who haven’t been exposed.
The CD ROM bound into the back of the book contains a seminar which is an even gentler
introduction to the C concepts necessary to understand C++ (or Java). It was created by
Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations
for Java and C++.” It introduces you to the aspects of C that are necess
- 2022-10-23 19:40:04下载
- 积分:1
-
学生管理系统
使用c++操作sql sever2000设计学生管理系统 本系统管理员用户名为:tsoft,密码为:111。配置ODBC运行本实例需要配置用户DSN,在ODBC数据源管理器中配置用户DSN连接指定的SQL Server数据库。 附加SQL Server 2000数据库(1)将database文件夹中的两个文件拷贝到SQL Server 2000安装路径下的Data文件夹中。(2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项。(3)将弹出“附加数据库”对话框,在该对话框中单击“”按钮,选择所要附加数据库的.mdf文件,单击“确定”按钮,即可完成数据库的附加操作。
- 2022-04-28 23:39:26下载
- 积分:1
-
mp3 player (vc++) support synchronous lyrics display
mp3播放器(vc++)
支持歌词同步显示-mp3 player (vc++) support synchronous lyrics display
- 2023-02-13 01:15:04下载
- 积分:1
-
语音控制窗口
应用背景声音控制窗口(简单的代码,但快速和有效的)关键技术可以播放音乐,观看视频和图片,甚至可以控制你的网络浏览;
- 2023-03-20 05:45:03下载
- 积分:1
-
General Query, you can check the output results to Excel file, screen, file and...
通用查询,可将查询输出结果到Excel文件,屏幕,文件和打印机-General Query, you can check the output results to Excel file, screen, file and printer
- 2022-03-23 04:46:40下载
- 积分:1
-
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml...
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml-This demo allows the user to load and parse a specified XML document. Then, through a text box
the user can navigate and manipulate the tree. This is both a useful example of how to walk the
XML tree using the XML Object Model and a useful tool for learning the XML Object Model.
- 2022-01-28 07:55:05下载
- 积分:1
-
1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。
2,在需求输出信息的地方添加:dout(调试信息)
3,运行TR...
1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。
2,在需求输出信息的地方添加:dout(调试信息)
3,运行TRACEWindow.exe,
4,运行程序,当运行到dout(..)的地方,TRACEWindow就会收到信息了。-1, dout.h into debugging to the document,# include direct "dout.h" OK. 2, the demand for the output added : dout (debugging information) 3. Operation TRACEWindow.exe, 4, operating procedures, When running to dout (..), TRACEWindow will receive the information.
- 2022-08-26 10:12:19下载
- 积分:1
-
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。...
这是STLport 5.2.1最新版,动态库的编译方式已经改变,不懂的到网上查找。-This is the latest version of STLport 5.2.1, dynamic libraries compiled method has been changed, do not understand the web to find.
- 2023-07-21 15:25:04下载
- 积分:1
-
C#连接SQL Server,需要的同志下载,或许有帮助!
C#连接SQL Server,需要的同志下载,或许有帮助!-C# to connect SQL Server, the comrades need to download, it might be to help!
- 2022-07-18 08:55:15下载
- 积分:1
-
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,...
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,
-Assumptions have score 13 judges involved in the work. Methods are: removal of a maximum points and minimum points, and then calculating the remaining 11 scores on average,
- 2022-04-17 23:40:53下载
- 积分:1