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