代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/306098/13752491
cpp userinfo.cpp
// UserInfo.cpp: implementation of the CUserInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "lancommunion.h"
#include "UserInf
www.eeworm.com/read/152048/5677063
cpp cmessg.cpp
#include "stdafx.h"
#include "CMessg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////////////////////////
www.eeworm.com/read/143026/5760830
cpp chattersptr.cpp
// ChattersPtr.cpp : implementation of the CChattersPtr class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights r
www.eeworm.com/read/143026/5760869
cpp chattersptr.cpp
// ChattersPtr.cpp : implementation of the CChattersPtr class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights r
www.eeworm.com/read/132093/5919466
h mousehook.h
class AFX_EXT_CLASS CMouseHook : public CObject
{
public:
CMouseHook();
~CMouseHook();
BOOL StartHook(HWND hWnd);
BOOL StopHook();
};
www.eeworm.com/read/132093/5919477
h mousehook.h
class AFX_EXT_CLASS CMouseHook : public CObject
{
public:
CMouseHook();
~CMouseHook();
BOOL StartHook(HWND hWnd);
BOOL StopHook();
};
www.eeworm.com/read/131843/5927660
cpp cmessg.cpp
#include "stdafx.h"
#include "CMessg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////////////////////////
www.eeworm.com/read/129875/5969027
cpp msg.cpp
// msg.cpp : implementation of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
//
www.eeworm.com/read/129875/5969053
cpp msg.cpp
// msg.cpp : implementation of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
//
www.eeworm.com/read/124561/6045613
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
#include "Matrix.h"
#include "Object.h"
#include "Item.h"
#include "Human.h"
CMatrix::CMatrix()
{
// 初始ID = 1
m_seq = 1;
}
CMatr