代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/309915/13662229
cpp secondary.cpp
#include "stdafx.h"
#include "GtMpeg.h"
#include "GtMpegWnd.h"
#include "Secondary.h"
IMPLEMENT_SERIAL(CSecondary, CObject, 1)
//////////////////////////////////////////
//
////////////////////
www.eeworm.com/read/410270/11294931
h dib.h
// Dib.h: interface for the CDib class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CDIB_H
#define _CDIB_H
class CDib: public CObject
{
DECLARE_DYNAM
www.eeworm.com/read/126782/14403349
h matrix.h
// Matrix.h: interface for the CMatrix class.
//////////////////////////////////
//自己编写的CMatrix类,用于矩阵运算
//////////////////////////////////
class CMatrix : public CObject
{
DECLARE_SERIAL(
www.eeworm.com/read/120973/14780889
h dib.h
// Dib.h: interface for the CDib class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CDIB_H
#define _CDIB_H
class CDib: public CObject
{
DECLARE_DYNAM
www.eeworm.com/read/281160/4118774
cpp dynclass.cpp
///////////////////////////////////////////////////////////////
// DynClass.cpp.cpp文件
#include
#include "../common/_afx.h"
class CPerson : public CObject
{
DECLARE_DYNAMIC(CPer
www.eeworm.com/read/204052/15345819
h csvrecord.h
#pragma once
class CCsvRecord : public CObject
{
public:
CCsvRecord(LPTSTR lpszRecord);
protected:
CStringArray m_arrColumns;
public:
UINT GetNbrOfColumns();
CString GetColumn(UINT ui
www.eeworm.com/read/204043/15346462
h myfavorites.h
#pragma once
// CMyFavorites command target
class CMyFavorites : public CObject
{
public:
CMyFavorites();
virtual ~CMyFavorites();
public:
CString m_strAcademic;
CString m_strAr
www.eeworm.com/read/112043/15494637
h dib.h
// Dib.h: interface for the CDib class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CDIB_H
#define _CDIB_H
class CDib: public CObject
{
DECLARE_DYNAM
www.eeworm.com/read/101790/15814802
htm subject_53726.htm
序号:53726 发表者:lylouie 发表日期:2003-09-22 15:35:29
主题:我准备放弃学vc了,因为我连这些问题都不知道
内容:static CObject* PASCAL CreateObject();等同于static CObject* PASCAL;PASCAL->CreateObject();吗?PA
www.eeworm.com/read/360645/10083392
h message.h
class CMessage : public CObject
{
public:
void Serialize(CArchive& ar);
CMessage();
CMessage(int nType);
CMessage(int nType, CString strFileName, DWORD dwFileSize);
virtual ~CMessage(