代码搜索:error
找到约 10,000 项符合「error」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9869952
dsp error.dsp
# Microsoft Developer Studio Project File - Name="Error" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/169281/9869954
dsw error.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/169281/9869956
cpp error.cpp
// error.cpp
#include
#include
void ErrorMessage(char* szMessage, HRESULT hr)
{
if(HRESULT_FACILITY(hr) == FACILITY_WINDOWS)
hr = HRESULT_CODE(hr);
char* szErro
www.eeworm.com/read/365220/9872833
class error.class
www.eeworm.com/read/365117/9878973
h error.h
#if !defined(AFX_ERROR_H__6A381C9B_C266_4DED_90BF_8296A513E8BF__INCLUDED_)
#define AFX_ERROR_H__6A381C9B_C266_4DED_90BF_8296A513E8BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/365117/9879047
cpp error.cpp
// error.cpp : implementation file
//
#include "stdafx.h"
#include "error.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CString _err
www.eeworm.com/read/365074/9880093
c error.c
#include "cmm.h"
#include
int kind[] = {
#define xx(a,b,c,d,e,f,g) c,
#define yy(a,b,c,d,e,f,g) c,
#include "token.h"
};
int errcnt=0,errlimit=20;
/*test测试当前的记号是否为tok,如果是则读入下一个记号
*不是则跳
www.eeworm.com/read/365074/9880118
h error.h
#ifndef CMM_ERROR_H
#define CMM_ERROR_H
extern int errcnt,errlimit;
extern int kind[];
void test(int tok, char set[]);
void expect(int tok);
void error(char *fmt, ...);
void warning(char *fmt, ...);
www.eeworm.com/read/365049/9880527