代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/288254/8645943
h column.h
#if !defined(AFX_COLUMN_H__81BBCB94_5729_4F5B_96C5_5EFA623117AB__INCLUDED_)
#define AFX_COLUMN_H__81BBCB94_5729_4F5B_96C5_5EFA623117AB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/288254/8645993
h adodc.h
#if !defined(AFX_ADODC_H__6A4376BB_2A3B_43F5_A435_3549899E51B8__INCLUDED_)
#define AFX_ADODC_H__6A4376BB_2A3B_43F5_A435_3549899E51B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/288178/8648958
cpp log.cpp
#include "StdAfx.h"
#include "Log.h"
void MsgBoxErr ( LPCTSTR lpszErrorMsg, ... )
{
ASSERT ( lpszErrorMsg );
TCHAR szErrorMsg[256] = {0};
va_list va;
va_start (va, lpszErrorMsg);
#ifd
www.eeworm.com/read/431840/8649796
h cataloglist.h
// CatalogList.h: interface for the CCatalogList class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CATALOGLIST_H__4CF04BF3_9DA2_11D3_8433_00C04F722
www.eeworm.com/read/288126/8651651
h oscopectrl.h
// OScopeCtrl.h : header file
//
#ifndef __OScopeCtrl_H__
#define __OScopeCtrl_H__
/////////////////////////////////////////////////////////////////////////////
// COScopeCtrl window
class
www.eeworm.com/read/431801/8654268
h iopoint.h
//File plc.h
#ifndef __PLC8_H
#define __PLC8_H
#define m_nAreRow 100
#define m_nAreCol 16
class CIO:public CObject
{
DECLARE_SERIAL(CIO);
public:
virtual void Serialize(CArchive &ar);
C
www.eeworm.com/read/288041/8654617
cpp chapter14view.cpp
// Chapter14View.cpp : implementation of the CChapter14View class
//
#include "stdafx.h"
#include "Chapter14.h"
#include "Chapter14Doc.h"
#include "Chapter14View.h"
#include "FileRW.h"
#inc
www.eeworm.com/read/288041/8654690
cpp flefd.cpp
// FleFd.cpp : implementation file
//
#include "stdafx.h"
#include "Chapter14.h"
#include "FleFd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/431788/8654761
h arraydata.h
//#pragma once
#include "StdAfx.h"
class CArrayData
{
public:
CArrayData(void);
CArrayData(CString strPathName);
~CArrayData(void);
private:
double* m_pfData; //存储数据对象的数组指针
CStr
www.eeworm.com/read/287935/8659849
h adocommand.h
/*########################################################################
【文件名】: ado.h
【名 称】: ADO 封装类.
【版 本】: 0.20
【作 者】: 成真
【E-mail】: anyou@sina.com
############################