代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/161499/10400872
h error.h
//:error.h
#ifndef _ERROR_H_
#define _ERROR_H_
#include
void DispatchError(int errorcode);
#endif //_ERROR_H_
www.eeworm.com/read/161499/10400974
cpp error.cpp
//:error.cpp
#include "error.h"
char* ErrorMessage[]=
{
"Error 1000: (malloc)there is insufficient memory available.",
"Error 1001: Cannot access the address of file condition.",
"Error
www.eeworm.com/read/424911/10401330
c error.c
/*********************************************************************
* error.c
*
* Error and warning messages, and system commands.
**************************************************************
www.eeworm.com/read/424911/10401632
h error.h
/*********************************************************************
* error.h
*********************************************************************/
#ifndef _ERROR_H_
#define _ERROR_H_
#include
www.eeworm.com/read/279666/10405426
gif error.gif
www.eeworm.com/read/279666/10405444
jpg error.jpg
www.eeworm.com/read/161460/10407551
java error.java
package shared;
import java.io.*;
/** The Error class handles runtime error reporting. This class is not meant to be
* instantiated and the functions in this class are all static.
* @author Ja
www.eeworm.com/read/353769/10418743
h error.h
#ifndef ERROR_H
#define ERROR_H
/* File */
#define ERR_FILE_READ -2
#define ERR_FILE_OPEN -3
/* File Format */
#define ERR_FF -20
#define ERR_FF_TRAINING_ENDTAG -21
#de