搜索资源列表
AtlDebugHeap_demo.zip
- 使用ATL跟踪内存错误的例子(如MFC里的try..catch)
timeConsoleincSharp
- 在c#对于时间的精确控制,并且演示了try{}catch{}和if{}else{}在部分程序上效率的差距-c # in time for precision control. and demonstrated a try () catch () and (if)) else (Part of the procedure in the gap on efficiency
FileCopy-
- vc 做的文件文件拷贝以及try/catch示例程序,-vc do document copy and try / catch sample program,
TypeFile-
- vc 做的文件文件显示以及try/catch应用示例程序,-vc do document display and try / catch application procedures example,
demo
- Visual C++.NET实用编程,进行异常处理。学习try catch的使用和异常处理的基本思想。
AtlDebugHeap_demo
- 使用ATL跟踪内存错误的例子(如MFC里的try..catch) -The example of tracking the error in memory using ATL
AutoCode
- 一个可以自动编写动态库引入代码的小程序。对于一个开发好的动态库,写装载这个动态库的上层程序时,我们每次碰到这种需要装载动态库的程序时,都需要写装载动态库的代码,包括装载dll文件,然后就是获取每个接口函数的入口,还有就是每一个接口函数调用前的增加try catch保护,这些代码都是重复死板的东西,可以用这个小程序来自动完成代码编写工作,对于写大型软件的vc程序员有用。-Auto Coding tools for up program to load dll of interface api.
adoEncapsual
- 本次封装的CadoInterface类仅针对MFC的使用,目的是优化对ADO的操作,避免频繁写try catch(…)以及在连库、开表、写数据、读数据等过程中一些重复性的工作。该类仅对一些常用的操作进行封装,用户可以根据需要进行修改和扩展.rar-The package type CadoInterface use MFC only for the purpose of optimizing the operation of the ADO, to avoid frequent write tr
TryCatchTest
- This simple Try Catch Test application that show try catch is trapped when calling other classes methods. It demonstrate the fact that whatever and wherever error happens inside one try catch statement its passed to parent.-This is simple Try Ca
java-try-catch
- java 自定义异常处理 swing 界面实现 -java custom exception handling swing interfaces
AdoAccess
- // 使用ADO创建数据库记录集 m_pRecordset.CreateInstance(__uuidof(Recordset)) // 在ADO操作中建议语句中要常用try...catch()来捕获错误信息, // 因为它有时会经常出现一些想不到的错误。jingzhou xu try { m_pRecordset->Open("SELECT * FROM pru", // 查询DemoTable表中所有字段 -//Create a dat
CH6
- 错误和异常的管理,如TRY CATCH FINNALLY形式,普通异常和特殊异常,EXCEPTION NOTVALIDEXCEPTION等-GOOD
VB_NET_Language_How_To_Try_Catch_Finally
- VB.NET - Language - How-To Try, Catch, Finally-VB.NET- Language- How-To Try, Catch, Finally
try-catch
- 这是一段使用try - catch 的代码,包含完整的exe程序-this is a code of discribing "try-catch".
EasyDbProcessKit
- 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表
try-and-catch
- This is a descr iption of try and catch exception
21-1
- 使用try,catch 将字符串由0开始输出,所以会输出将字符串由S开始输出, 只输出两个,所以输出SC -Use try, catch the output of the string starting from 0, so the string will be output starting from the S output, output only two, so the output SC
C_Chuong9_10(File-Trycatch)
- introduce try-catch on CSharp
yichang
- 异常处理是一种程序控制结构 抛出异常、捕获异常 三个关键字:throw, try{},catch{} -Exception handling is a program control structure throws an exception, an exception is caught three keywords: throw, try {}, catch {}
Try-Catch-Finally
- 帮助大家理解try catch的功能,很实用的小工具。-the program can help us to learn try catch .this is a useful tool
