代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6228923
c ftape-format.c
/*
* Copyright (C) 1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Soft
www.eeworm.com/read/100602/6266597
c main.c
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use
www.eeworm.com/read/100601/6268528
c main.c
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use
www.eeworm.com/read/193359/6355348
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/489308/6478452
txt 讲解.txt
我在《VC知识库在线杂志》第十四期和第十五期上曾发表了两篇文章——“直接通过ODBC读、写Excel表格文件”和“直接通过DAO读、写Access文件”,先后给大家介绍了ODBC和DAO两种数据库访问技术的基本使用方法,这次要给大家介绍的是ADO数据库访问技术的使用方法。ADO(Active Data Object,活动数据对象)实际上是一种基于COM(组件对象模型)的自动化接口(IDispat ...
www.eeworm.com/read/263517/11358278
cpp ado.cpp
/*********************************************************************/
#include "stdafx.h"
#include "ADO.h"
/*********************************************************************/
#if !defined
www.eeworm.com/read/263029/11379401
cpp ado.cpp
/*********************************************************************/
#include "stdafx.h"
#include "ADO.h"
/*********************************************************************/
#if !defined
www.eeworm.com/read/405333/11464921
cpp badexception.cpp
//: C01:BadException.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
//{-bor}
#include
www.eeworm.com/read/156572/11791982
cpp ado.cpp
/*********************************************************************/
#include "stdafx.h"
#include "ADO.h"
/*********************************************************************/
#if !defined
www.eeworm.com/read/155928/11837584
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout