代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/270810/11024900
cpp moneypay.cpp
// MoneyPay.cpp : implementation file
//
#include "stdafx.h"
#include "qq.h"
#include "MoneyPay.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/270627/11031415
cpp localeinfo.cpp
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// You may use this source code, compile or redistribute it as part of your a
www.eeworm.com/read/270627/11031484
h localeinfo.h
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// You may use this source code, compile or redistribute it as part of your a
www.eeworm.com/read/270627/11031530
h ieshelllistctrl.h
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// You may use this source code, compile or redistribute it as part of your a
www.eeworm.com/read/270627/11031541
h uihtmlview.h
//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// You may use this source code, compile or redistribute it as part of your a
www.eeworm.com/read/416062/11042967
h noisepage.h
#pragma once
#include "afxcmn.h"
// CNoisePage 对话框
class CNoisePage : public CPropertyPage
{
DECLARE_DYNAMIC(CNoisePage)
public:
CNoisePage();
virtual ~CNoisePage();
// 对话框数据
e
www.eeworm.com/read/469501/6929306
h snifferdlg.h
// snifferDlg.h : header file
//
#if !defined(AFX_SNIFFERDLG_H__BF7E2922_E9DF_476A_9520_096BDB2BC393__INCLUDED_)
#define AFX_SNIFFERDLG_H__BF7E2922_E9DF_476A_9520_096BDB2BC393__INCLUDED_
#if _
www.eeworm.com/read/138083/6944379
h examview.h
#pragma once
// CExamView 窗体视图
class CExamDoc;
class CExamView : public CFormView
{
DECLARE_DYNCREATE(CExamView)
protected:
CExamView(); // 动态创建所使用的受保护的构造函数
virtual ~CExam
www.eeworm.com/read/138083/6944441
h bmdialog.h
/*********************************************************************************
* 用于添加删除记录的类窗体:
* RecordArray:用于保存传入的字段信息
* 默认条件:第一个字段为主键/不能修改主键值
* 过程:由RecordArray生成界面,选择后初始
www.eeworm.com/read/138083/6944444
h adodb.h
/*************************************************************************
* 数据库操作类:
* CADOConnection(数据库连接类)
* CADODataset(数据集操作类)
*
*
********************