代码搜索:CArray

找到约 509 项符合「CArray」的源代码

代码结果 509
www.eeworm.com/read/198784/5082292

h array.h

#ifndef _ARRAY_H_ #define _ARRAY_H_ #include "comhead.h" #include #include "iostream" template class CArray { private: T * m_pData; UINT m_nSize; //The array
www.eeworm.com/read/198784/5082294

cpp array.cpp

#ifndef _ARRAY_H_ #define _ARRAY_H_ #include "comhead.h" #include #include "iostream" template class CArray { private: T * m_pData; UINT m_nSize; //The array
www.eeworm.com/read/198784/5082350

h array.h

#ifndef _ARRAY_H_ #define _ARRAY_H_ #include "comhead.h" #include #include "iostream" template class CArray { private: T * m_pData; UINT m_nSize; //The array
www.eeworm.com/read/198784/5082360

cpp array.cpp

#ifndef _ARRAY_H_ #define _ARRAY_H_ #include "comhead.h" #include #include "iostream" template class CArray { private: T * m_pData; UINT m_nSize; //The array
www.eeworm.com/read/366702/2872328

c sts_conv.c

// { dg-do run } // ecgs-bugs 1999-02-22 14:21, Stefan Schwarzer // sts@ica1.uni-stuttgart.de // this code should compile quietly class CArray { public: operator double* (){ return a; } // wor
www.eeworm.com/read/286867/8739260

h tw.h

#ifndef __NETTS_TW_H__ #define __NETTS_TW_H__ #include "Stockdrv.h" #pragma pack(1) typedef STOCK_STRUCTEx TW_STOCK; typedef CArray CTWStockArray; //typedef struct
www.eeworm.com/read/273124/10925466

h tw.h

#ifndef __NETTS_TW_H__ #define __NETTS_TW_H__ #include "Stockdrv.h" #pragma pack(1) typedef STOCK_STRUCTEx TW_STOCK; typedef CArray CTWStockArray; //typedef struc
www.eeworm.com/read/305290/3775559

svn-base tw.h.svn-base

#ifndef __NETTS_TW_H__ #define __NETTS_TW_H__ #include "Stockdrv.h" #pragma pack(1) typedef STOCK_STRUCTEx TW_STOCK; typedef CArray CTWStockArray; //typedef struct
www.eeworm.com/read/109038/15567354

h stateary.h

/* Stateary.h */ #include enum STATE { CELL_EMPTY=0, CELL_RED, CELL_BLACK, CELL_REDKING, CELL_BLACKKING }; typedef CArray CStateArray; class CStateArray2 : public
www.eeworm.com/read/102552/15773298

htm subject_16223.htm

序号:16223 发表者:mmvr 发表日期:2002-09-26 15:30:01 主题:紧急求教!<mark>CArray</mark> CObArray的问题 内容:我自定义了一个CObject的子类,CVertex,用来表示空间的一个点。然后用一个<mark>CArray</mark>或CObArray变量来存储一系列的CVertex,编译联接都没错误,但是在用SetAt函数增加点的时候总是出错误,为什么,请指 ...