代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/153940/11999196
cpp object.cpp
// Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
#include "Object.h"
//////////////////////////////////////////////
www.eeworm.com/read/120757/14790167
cpp employee.cpp
#include "stdafx.h"
#include "employee.h"
IMPLEMENT_SERIAL(CEmployee,CObject,0)
www.eeworm.com/read/116507/14968019
cpp rxtemplt.cpp
// (C) Copyright 1996,1997 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// prov
www.eeworm.com/read/388243/8625536
cpp player.cpp
#include "stdafx.h"
#include "player.h"
#include "world.h"
void CPlayer::FireWeapon()
{
// use camera->lookAt vector and multiply
// this lookAt vector by the ammo's speed
// to get the
www.eeworm.com/read/378680/9219166
cpp ngsortableoblist.cpp
// NGSortableObList.cpp
///////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "NGSortableObList.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef T
www.eeworm.com/read/378183/9247745
dat funvfp246.dat
函数 PEMSTATUS(oObjectName|cclassName,cProperTy|cEvent|cMethod|
cObject,nAttrbute)
功能 返回属性
www.eeworm.com/read/350121/10767484
h myclass.h
class CMyClass : public CObject
{
DECLARE_DYNAMIC(CMyClass)
public:
// CMyClass(){};
void SomeFunction(void);
};
www.eeworm.com/read/349896/10792872
cpp ex020204.cpp
// Ex020204.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Object.h"
int main(int argc, char* argv[])
{
CObject obj1,obj2;
int nMaxID = 0 ;
www.eeworm.com/read/270627/11031364
cpp uicont.cpp
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// You may use this source code, compile or redistribute it as part of your a
www.eeworm.com/read/132649/5912030
hpp objects.hpp
/*
* ===========================================================================
* PRODUCTION $Log: objects.hpp,v $
* PRODUCTION Revision 1000.0 2004/06/01 19:55:42 gouriano
* PRODUCTION PRODUCT