代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/181232/9264503
h xmltag.h
#ifndef __XMLTAG_H__
#define __XMLTAG_H__
#pragma once
typedef struct tagTagProperty
{
CString name;
CString value;
}TAGPROPERTY;
#include "afxtempl.h"
typedef CList
www.eeworm.com/read/179659/9345680
cpp search.cpp
// Search.cpp: implementation of the Search class.////////////////////
#include "afx.h"
#include "Search.h"
#include "direct.h"
#include
Search::Search(CString strFilePath, CString
www.eeworm.com/read/169128/9880355
h mathstack.h
#pragma once
#include
using namespace std;
extern char* pFunctions[];
bool IsNumeric(LPCSTR lpcs);
CString TrimFloat(double f);
void OptimizeSign(CString& str);
void Optimize(CSt
www.eeworm.com/read/362688/9986355
h keycombodlg.h
#pragma once
// CKeyComboDlg dialog
class CKeyComboDlg : public CDialog
{
DECLARE_DYNAMIC(CKeyComboDlg)
public:
CEdit m_eKey;
CString m_strValue;
CString m_strRegKey;
CKeyComboDlg(
www.eeworm.com/read/470641/6905504
cpp cspreadsheet.cpp
#include "stdafx.h"
#include "CSpreadSheet.h"
// Open spreadsheet for reading and writing
CSpreadSheet::CSpreadSheet(CString File, CString SheetOrSeparator, bool Backup) :
m_Database(NULL), m_
www.eeworm.com/read/463608/7177427
h baseinfo.h
#pragma once
// CBaseInfo 对话框
#include "Treelist.h"
#include "user.h"
#include "../codex/cdxCSizingPropSheet.h"
struct Porivace
{
CString PorivaceName;
CString PorivaceID;
};
cla
www.eeworm.com/read/455406/7372488
h cavdevice.h
//
// CAVDevice.h
//
#ifndef __H_CAVDevice__
#define __H_CAVDevice__
#include "GlobalDefs.h"
class CAVDevice
{
private:
Device_Type mType;
CString mFriendlyName;
CString mDisp
www.eeworm.com/read/449433/7505276
h templateex.h
//sunwangme@hotmail.com
#pragma once
#include
#include
#define SCRIPT_INIT_FOO "init"
struct CCallBackTag
{
CString strPattern;
CString strFunction;
};
class CTem