代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/443697/7626932
h cinifile.h
/*==================================================================
= 文件名:CIniFile类定义文件 =
= 主要功能:可以读取.修改变量数值,可以设置新的组,新的变量 =
= 修改日期:2002-12-28
www.eeworm.com/read/443689/7627107
h examview.h
#pragma once
// CExamView 窗体视图
class CExamDoc;
class CExamView : public CFormView
{
DECLARE_DYNCREATE(CExamView)
protected:
CExamView(); // 动态创建所使用的受保护的构造函数
virtual ~CExam
www.eeworm.com/read/443689/7627169
h bmdialog.h
/*********************************************************************************
* 用于添加删除记录的类窗体:
* RecordArray:用于保存传入的字段信息
* 默认条件:第一个字段为主键/不能修改主键值
* 过程:由RecordArray生成界面,选择后初始
www.eeworm.com/read/443689/7627172
h adodb.h
/*************************************************************************
* 数据库操作类:
* CADOConnection(数据库连接类)
* CADODataset(数据集操作类)
*
*
********************
www.eeworm.com/read/443689/7627435
cpp checkin.cpp
// Checkin.cpp: implementation of the CCheckin class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HrSys.h"
#include "Checkin.h"
#inc
www.eeworm.com/read/443624/7629884
cpp discussionboardclass.cpp
// DiscussionboardClass.cpp: implementation of the CDiscussionboardClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Office.h"
www.eeworm.com/read/443624/7629893
cpp callboardclass.cpp
// CallboardClass.cpp: implementation of the CCallboardClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Office.h"
#include "C
www.eeworm.com/read/443624/7629896
cpp transaction.cpp
// Transaction.cpp: implementation of the CTransaction class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Office.h"
#include "Transac
www.eeworm.com/read/443624/7629994
cpp vote.cpp
// Vote.cpp: implementation of the CVote class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Office.h"
#include "Vote.h"
#ifdef _DE
www.eeworm.com/read/443256/7635344
h bigint.h
#define BI_MAXLEN 40
#define DEC 10
#define HEX 16
class CBigInt
{
public:
int m_nSign; //记录大数的符号,支持负值运算
int m_nLength; //记录2^(32) (0x1 0000 0000)进制的位数,0-40位之间,相当于2进制的0-1280