C 与C++中的异常处理 Robert Schmidt 著 无情 译 目 录 1. 异常和标准C 对它的支持...............................................................................................2 2. Microsoft 对异常处理方法的扩展..............................................................................12 3. 标准C++异常处理的基本语法和语义..........................................................................27 4. 实例剖析EH....................................................................................................................33 5. C++的new 和delete 操作时的异常处理.....................................................................40 6. Microsoft 对于<new>的实现版本中的异常处理........................................................47 7. 部分构造及placement delete
上传时间: 2014-01-01
上传用户:Pzj
矩阵运算的算法 用Type类数组创建矩阵对象 matrix(int rows,int cols) //创建矩阵,值为0 matrix(int n) //创建单位阵 matrix(const matrix &) //拷贝构造函数 BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols) //修改矩阵的行列数 ~matrix() {delete []elems } //析构函数
上传时间: 2015-07-14
上传用户:水口鸿胜电器
掌握SQL四条最基本的数据操作语句:Insert,Select,Update和Delete。 练掌握SQL是数据库用户的宝贵财 富。在本文中,我们将引导你掌握四条最基本的数据操作语句—SQL的核心功能—来依次介绍比较操作符、选择断言以及三值逻辑。当你完成这些学习后,显然你已经开始算是精通SQL了。
上传时间: 2014-11-26
上传用户:sammi
This the first cellphone worm with source code available in the world ! Do you can modify, rename, delete, insert any code...
标签: the cellphone available source
上传时间: 2015-08-03
上传用户:xiaohuanhuan
pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent home directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.
标签: features powerful filter Agent
上传时间: 2014-01-10
上传用户:yoleeson
一个利用OTL访问ORACLE数据库的例子,例子中包含了insert,delete,update,select ,数据库连接等常用的例子代码,给初次利用OTL访问Orcale数据库的同学很有帮助
上传时间: 2013-12-20
上传用户:TF2015
学生档案系统 主类StudentManager 录入界面StudentSituation,进行学生的登陆 查询界面Inquest ,查询已有的学生 修改界面ModifySituation,修改已有的学生的界面 删除界面Delete,删除学生的界面 学生对象Student
标签: StudentSituation StudentManager 档案系统
上传时间: 2015-09-10
上传用户:二驱蚊器
A Java package (library/API) to connect and use the Yahoo Instant Messager and Chat protocols (YMSG), in a reasonably coder-friendly and abstract way. Although methods the API exposes are closely matched to Yahoo IM features, the API attempts to hide Download jYMSG API - Yahoo IM Jars
标签: and protocols Messager Instant
上传时间: 2015-09-14
上传用户:zhaiyanzhong
SQL是英文Structured Query Language的缩写,意思为结构化查询语言。SQL语言的主要功能就是同各种数据库建立联系,进行沟通。按照ANSI(美国国家标准协会)的规定, SQL被作为关系型数据库管理系统的标准语言。SQL语句可以用来执行各种各样的操作,例如更新数据库中的数据,从数据库中提取数据等。目前,绝大多数流 行的关系型数据库管理系统,如Oracle, Sybase, Microsoft SQL Server, Access等都采用了SQL语言标准。虽然很多数据库都对SQL语句进行了再开发和扩展,但是包括Select, Insert, Update, Delete, Create, 以及Drop在内的标准的SQL命令仍然可以被用来完成几乎所有的数据库操作。下面,我们就来详细介绍一下SQL语言的基本知识。
标签: Structured Language Query SQL
上传时间: 2013-12-20
上传用户:410805624
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.
标签: communicator application the backhand
上传时间: 2014-01-21
上传用户:671145514