代码搜索:CString

找到约 10,000 项符合「CString」的源代码

代码结果 10,000
www.eeworm.com/read/181116/5278839

cpp adodbmod.cpp

#include "stdafx.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CString GetAccessDBSRC(CString strFileName) { CString strSRC; strSRC="DRIVER
www.eeworm.com/read/317808/3578229

h studentinfo.h

class CStudentInfo : public CObject { CString strName; // 姓名 CString strNO; // 学号 BOOL bMale; // 性别,是否为男 CTime tBirth; // 出生年月 CString strSpecial; // 专业 DECLARE_SERIAL(CS
www.eeworm.com/read/317808/3578921

h studentinfo.h

class CStudentInfo : public CObject { CString strName; // 姓名 CString strNO; // 学号 BOOL bMale; // 性别,是否为男 CTime tBirth; // 出生年月 CString strSpecial; // 专业 DECLARE_SERIAL(C
www.eeworm.com/read/414160/11126042

cpp adodbmod.cpp

#include "stdafx.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CString GetAccessDBSRC(CString strFileName) { CString strSRC; strSRC="DRIVER
www.eeworm.com/read/236938/13990267

cpp adodbmod.cpp

#include "stdafx.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CString GetAccessDBSRC(CString strFileName) { CString strSRC; strSRC="DRIVER
www.eeworm.com/read/204237/15343038

cpp adodbmod.cpp

#include "stdafx.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CString GetAccessDBSRC(CString strFileName) { CString strSRC; strSRC="DRIVER
www.eeworm.com/read/102552/15777668

htm subject_15967.htm

序号:15967 发表者:skitty 发表日期:2002-09-24 11:32:12 主题:奇怪的函数?(CWzdInfo::CWzdInfo) 内容:函数说明: CWzdInfo(CString sFirst,CString sLast);函数定义如下:CWzdInfo::CWzdInfo(CString sFirst,CString sLast
www.eeworm.com/read/386888/8720063

cpp msg.cpp

#include "stdafx.h" #include "Msg.h" CMsg::CMsg(CString& preMsg) { m_strText=preMsg; } void CMsg::Init() { m_strText=_T(""); } CString CMsg::WhatType() { CString preType("NULL
www.eeworm.com/read/181232/9264244

h testexfunction.h

#ifndef __EXFUNCTION_H__ #define __EXFUNCTION_H__ #pragma once #include "Identifier.h" #include "Xml.h" struct PARAMETER { CString type; //参数类型 CString name; //参数名 CString defVal
www.eeworm.com/read/181232/9264473

h exfunction.h

#ifndef __EXFUNCTION_H__ #define __EXFUNCTION_H__ #pragma once #include "Identifier.h" #include "Xml.h" struct PARAMETER { CString type; //参数类型 CString name; //参数名 CString defVal