代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/101865/15800200
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/101754/15819340
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/101128/15849863
h cdib.h
// cdib.h declaration for Programming Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapA
www.eeworm.com/read/101128/15849995
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/101128/15851062
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc, heapAlloc}
www.eeworm.com/read/27451/865362
txt d082.bmp.txt
字节顺序的转换,如果想要更方便地处理这些问题,可以使用CSocket类。由于CSocket类
是继承于
CAsyncSoc
CAsyncSocket类是从CObject类派生而来的,派生关
系如图3-6所示。
图3-6 CObject类派生关系图
3.3.1 CAsyncSocket类的基本知识
这一节里,将介绍CAsyncSocket类的基本知识,包括CAsyncS
www.eeworm.com/read/37216/900643
txt d082.bmp.txt
字节顺序的转换,如果想要更方便地处理这些问题,可以使用CSocket类。由于CSocket类
是继承于
CAsyncSoc
CAsyncSocket类是从CObject类派生而来的,派生关
系如图3-6所示。
图3-6 CObject类派生关系图
3.3.1 CAsyncSocket类的基本知识
这一节里,将介绍CAsyncSocket类的基本知识,包括CAsyncS
www.eeworm.com/read/188171/8565157
cpp led_demo.cpp
#include
#include
#include "Meter.h"
void DrawMeter (int nX, int nY, int nWidth,
int nHeight, int nThick, int nNumber);
void OnTime_LedDemoDialog(CObject* pCurObj)
www.eeworm.com/read/431801/8654199
cpp iopoint.cpp
//FILE:iopoint.CPP
#include "stdafx.h"
#include "iopoint.h"
//extern int CurrentCols;
extern FILE *fp;
extern int CurH;
extern int CurW;
extern CString filename;
IMPLEMENT_SERIAL(CIO,CObject
www.eeworm.com/read/431395/8680648
cpp contact.cpp
#include "stdafx.h"
#include "Contact.h"
IMPLEMENT_SERIAL(CContact, CObject, 1)
void CContact::Serialize(CArchive& ar)
{
if (ar.IsLoading())
{
ar >> m_strName;
ar >> m_strAddress1;