代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14285970
cpp catch_ml.cpp
#include
void XHandler(int test)
{
try
{
if(test==0) throw test;
if(test==1) throw 'a';
if(test==2) throw 123.23;
}
catch(...)
{
co
www.eeworm.com/read/128628/14286058
cpp catch_dz.cpp
#include
void divide(double a, double b)
{
try {
if(!b) throw b; // checks for divide-by-zero
cout
www.eeworm.com/read/128628/14286082
cpp catch_3.cpp
#include
void XHandler(int test)
{
try
{
if(test==0) throw test;
if(test==1) throw "String";
if(test==2) throw 123.23;
}
catch(int i)
{
www.eeworm.com/read/226770/14452752
c sig_catch.c
/* Public domain. */
#include
#include "sig.h"
#include "hassgact.h"
void sig_catch(int sig,void (*f)())
{
#ifdef HASSIGACTION
struct sigaction sa;
sa.sa_handler = f;
sa.sa_flags =
www.eeworm.com/read/122681/14675769
pfi catch11.pfi
www.eeworm.com/read/122681/14675770
searchresults catch11.searchresults
---- jpeg_std_error Matches (3 in 2 files) ----
Catch.c (\\192.168.0.11\maohui\webphone1.2\application\catch): cinfo.err = jpeg_std_error(&jerr);
Jpeglib.h (\\192.168.0.11\maohui\webphone1.2\applica
www.eeworm.com/read/122681/14675771
imd catch11.imd
www.eeworm.com/read/122681/14675772
iab catch11.iab
www.eeworm.com/read/122681/14675773