代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/110037/15543123
cpp dirsystemtreectrl.cpp
// DirSystemTreeCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "UMIB.h"
#include "DirSystemTreeCtrl.h"
#include "SortStringArray.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/110032/15543392
h stringex.h
//////////////////////////////////////////////////////////////////////
// StringEx.h
//
//
//Modify by 徐景周 2000.10
//功能:字符串操作扩展类
//
#ifndef __STRINGEX_H_
#define __STRINGEX_H_
class CString
www.eeworm.com/read/109905/15545979
cpp icreditview.cpp
// icrEditView.cpp : implementation of the CIcrEditView class
//
#include "stdafx.h"
#include "icrEdit.h"
#include "icrEditDoc.h"
#include "icrEditView.h"
#include "Mainfrm.h"
#ifdef _DEB
www.eeworm.com/read/109905/15545997
h syneditview.h
///////////////////////////////////////////////////////////////////////////
// 文件: SynEditView.h
// 版本: 1.0.0.1
// 创建 : 2002年1月23日
//
// 作者: 郑旭
// Website: http://www.easysrc.com
// E-mail:
www.eeworm.com/read/109905/15546017
h syneditview.h
///////////////////////////////////////////////////////////////////////////
// 文件: SynEditView.h
// 版本: 1.0.0.1
// 创建 : 2002年1月23日
//
// 作者: 郑旭
// Website: http://www.easysrc.com
// E-mail:
www.eeworm.com/read/109814/15547388
cpp squirmerror.cpp
// SquirmError.cpp
#include "stdafx.h"
void SquirmError(CString text) { AfxMessageBox(text); ASSERT(false); }
www.eeworm.com/read/109814/15547403
h squirmerror.h
// SquirmError.h
// (towards a more independent error message reporting scheme)
void SquirmError(CString text);
www.eeworm.com/read/109586/15553949
h tables.h
//常量项
typedef class DefConstantItem
{
public:
int con;
DefConstantItem *next;
public:
DefConstantItem(int a)
{
con=a;
next=0;
};
virtual ~DefConstantItem(){};
}*DC;
//常量
www.eeworm.com/read/109329/15559310
pas dws2vclguifunctions.pas
{**********************************************************************}
{ }
{ "The contents of this file are subject to the M
www.eeworm.com/read/109329/15559315
pas dws2filefunctions.pas
{**********************************************************************}
{ }
{ "The contents of this file are subject to the M