代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/183967/9128509
h demodlg.h
// demoDlg.h : header file
//
#if !defined(AFX_DEMODLG_H__5EE53E47_6F04_11D2_8D15_00C0DF22708D__INCLUDED_)
#define AFX_DEMODLG_H__5EE53E47_6F04_11D2_8D15_00C0DF22708D__INCLUDED_
#if _MSC_VER >
www.eeworm.com/read/380734/9130419
cpp dsacdobject.cpp
// dsACDObject.cpp: implementation of the dsACDObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "dsACD_IVR.h"
#include "dsACD
www.eeworm.com/read/281803/9133567
h bigint.h
#define BI_MAXLEN 40
#define DEC 10
#define HEX 16
class CBigInt
{
public:
int m_nSign; //记录大数的符号,支持负值运算
int m_nLength; //记录2^(32)进制的位数,0-40位之间,相当于2进制的0-1280位
unsigned
www.eeworm.com/read/183848/9134930
cpp lastfiledialog.cpp
// LastFileDialog.cpp : implementation file
//
#include "stdafx.h"
#include "EPro.h"
#include "LastFileDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/281787/9135800
cpp wzddirdlg.cpp
#include "stdafx.h"
#include "WzdDirDlg.h"
#include "Shlobj.h"
CString CWzdDirDlg::m_sRootDir;
//////////////////////////////////////////////////////////////////////
// Construction/Destructi
www.eeworm.com/read/281787/9135834
cpp wzddrdlg.cpp
#include "stdafx.h"
#include "WzdDirDlg.h"
#include "Shlobj.h"
CString CWzdDirDlg::m_sRootDir;
//////////////////////////////////////////////////////////////////////
// Construction/Destructi
www.eeworm.com/read/380552/9142836
h ado.h
#ifndef _ADO_H_
#define _ADO_H_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
//引入ado库
#import "C:\Program Files\Common Files\System\ADO\msado15.dll" \
no_namespace rename
www.eeworm.com/read/380542/9143131
cpp copyvcfiledlg.cpp
// CopyVCFileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CopyVCFile.h"
#include "CopyVCFileDlg.h"
#include "windows.h"
#include "afxwin.h"
#ifdef _DEBUG
#define new DE
www.eeworm.com/read/281654/9143379
h browseforfolder.h
// BrowseForFolder.h: interface for the CBrowseForFolder class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BROWSEFORFOLDER_H__67074462_2EEE_11D3_A2
www.eeworm.com/read/281648/9145250
h patternsdlg.h
// PatternsDlg.h : header file
//
#pragma once
#include "afxcmn.h"
#include "vector.h"
#include "pe.h"
#include "afxwin.h"
// CPatternsDlg dialog
class CPatternsDlg : public CDialog
{