代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/481359/6639353
h sigint.h
#ifndef SIGINT_H
#define SIGINT_H
#include "def.h"
#ifndef WINDOWS
extern "C" {
RETSIGTYPE sig_catch(int sig_no);
static RETSIGTYPE sig_catch2(int sig_no);
RETSIGTYPE signals(int sig_no);
} // ext
www.eeworm.com/read/227946/14405540
cpp usermanage.cpp
// UserManage.cpp : implementation file
//
#include "stdafx.h"
#include "eq_manager_sys.h"
#include "UserManage.h"
#include "UserLogin.h"
#include "UserManage.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/224953/14561218
cpp pdflib.cpp
#include "stdafx.h"
#include "pdflib.hpp"
#define CHAR(s) (s).c_str()
#define LEN(s) ((int) (s).size())
PDFlib::Exception::Exception(string errmsg, int errnum, string apiname, void *opaque)
www.eeworm.com/read/218610/14913101
cpp dlgvipmanage.cpp
// DlgVipmanage.cpp : implementation file
//
#include "stdafx.h"
#include "Lhj_cyglxt.h"
#include "DlgVipmanage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/168845/5435375
cpp errors.cpp
// Copyright David Abrahams 2001.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifn
www.eeworm.com/read/161121/5559084
c zftape-read.c
/*
* Copyright (C) 1996, 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
www.eeworm.com/read/161121/5559113
c ftape-write.c
/*
* Copyright (C) 1993-1995 Bas Laarhoven,
* (C) 1996-1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/204255/15342860
h sigint.h
#ifndef SIGINT_H
#define SIGINT_H
#include "def.h"
#ifndef WINDOWS
RETSIGTYPE sig_catch(int sig_no);
static RETSIGTYPE sig_catch2(int sig_no);
RETSIGTYPE signals(int sig_no);
#endif
void sig_setup(
www.eeworm.com/read/112232/15490805
cpp httptunneling.cpp
/************************************
REVISION LOG ENTRY
Revision By: Alex Turc
Revised on 6/15/00 6:34:39 PM
Comments: Defines the entry point for the application
******************
www.eeworm.com/read/350391/10745325
h exception.h
#ifndef MY_EXCEPTION_CATCH_TEST
#define MY_EXCEPTION_CATCH_TEST
#include
// the length of an element of the exception stack
#define STACK_TYPE_SIZE (sizeof(void*))
/