代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/128466/14296035
cpp chapter4-19.cpp
//文件夹名称:CHAPTER4-19.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!()
{
return age
www.eeworm.com/read/128466/14296045
cpp chapter4-18.cpp
//文件夹名称:CHAPTER4-18.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!(){return age;}
};
void
www.eeworm.com/read/128031/14318334
h text.h
#ifndef _ENTITY_H_
#define _ENTITY_H_
#include "base.h"
#define MDATA 0x00
#define MTIME 0x01
#define MTEXT 0x02
#define MNO 0x03
#define MTIMEDATA 0x04
class CText: public CObj
www.eeworm.com/read/229149/14351236
h datastruct.h
#ifndef DATASTRUCT_H_H
#define DATASTRUCT_H_H
class EdgeNode: public CObject
{
public:
int index;
short nCount;
EdgeNode(){
nCount = 0;
index = 0;
}
EdgeNode(int ind, int nC
www.eeworm.com/read/124791/14544143
cpp chapter4-19.cpp
//文件夹名称:CHAPTER4-19.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!()
{
return age
www.eeworm.com/read/124791/14544152
cpp chapter4-18.cpp
//文件夹名称:CHAPTER4-18.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!(){return age;}
};
void
www.eeworm.com/read/223105/14658423
cpp chapter4-19.cpp
//文件夹名称:CHAPTER4-19.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!()
{
return age
www.eeworm.com/read/223105/14658434
cpp chapter4-18.cpp
//文件夹名称:CHAPTER4-18.cpp
#include
#include
#include
class A:public CObject
{
WORD age;
public:
A(WORD x):age(x){}
WORD operator!(){return age;}
};
void
www.eeworm.com/read/122672/14676680
cpp compobj.cpp
/*----------------------------------------------
COMPOBJ.CPP -- Component Object registration
(c) Paul Yao, 1996
----------------------------------------------*/
#include