代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/120975/14780368
cpp student.cpp
// student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
CStudent::CStudent()
{
m_lGrade = 0;
}
CStudent::CStudent(const char* szName, long lGrad
www.eeworm.com/read/118613/14861719
h calendar.h
#pragma once
// CCalendar 命令目标
class CCalendar : public CObject
{
public:
int m_Time; //日程表里的时间
int m_Customer;//表明是哪个顾客
int Trop; //表明和哪个筷子
int Aor
www.eeworm.com/read/116657/14960213
h registryserialize.h
// RegistrySerialize.h: interface for the CRegistrySerialize class.
//
////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 Tadeusz Dracz.
// Fo
www.eeworm.com/read/215854/15036900
cpp odbctypeinfo.cpp
// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyOdbcSmpl.h"
#include "O
www.eeworm.com/read/215217/15068028
cpp odbctypeinfo.cpp
#include "stdafx.h"
#include "ODBCTypeInfo.hpp"
#define MAX_COLNAME 50
CODBCTypeInfo::CODBCTypeInfo(LPCSTR lpszDSN)
{
SQLRETURN rc;
SQLHSTMT hstmt = NULL;
int aiDataTypes[] = {
SQL_
www.eeworm.com/read/212209/15164130
cpp odbctypeinfo.cpp
// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyOdbcSmpl.h"
#include "O
www.eeworm.com/read/172394/5387849
h battle_murimfield.h
#ifndef _BATTLE_MURIMFIELD_H
#define _BATTLE_MURIMFIELD_H
#include "battle.h"
#ifndef _MAPSERVER_
#include "../ImageNumber.h"
#endif
class CBattleTeam_MurimField;
class CBattle_MurimFie
www.eeworm.com/read/172394/5388271
h battle_murimfield.h
#ifndef _BATTLE_MURIMFIELD_H
#define _BATTLE_MURIMFIELD_H
#include "battle.h"
#ifndef _MAPSERVER_
#include "../ImageNumber.h"
#endif
class CBattleTeam_MurimField;
class CBattle_MurimFie
www.eeworm.com/read/294808/8204886
cpp stack.cpp
// Stack.cpp: implementation of the CStack class.
//
//////////////////////////////////////////////////////////////////////
#include "Stack.h"
/////////////////////////////////////////////////