代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/132862/14070585
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/204001/15347908
c pca.c
#include "c8051F020.h"
//-----------------------------------------------------------------------------
// PCA接收发送脉冲功能模块
//------------------------------------------------------------------------
www.eeworm.com/read/113490/15454919
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/113031/15471941
c stat_sigwait.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113028/15472558
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/109438/15557509
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/108190/15591118
txt 21-1.txt
/* 范例:21-1 使用try,catch */
#include
#include
void main()
{
string str1;
try
{
str1 = "SCA";
/*cout
www.eeworm.com/read/238485/13883138
c sig_pipe.c
#include
#include "sig.h"
void sig_pipeignore() { sig_catch(SIGPIPE,SIG_IGN); }
void sig_pipedefault() { sig_catch(SIGPIPE,SIG_DFL); }
www.eeworm.com/read/229812/4738931
c link8a.c
#include "fail.h"
#include
#include "link8.h"
int main()
{
try {
C n;
} catch ( int x ) {
if( x != 5 ) fail(__LINE__);
} catch( ... ) {
fail(__LINE__);
}