代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/380075/9166113

cpp cwbinding.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/380075/9166298

cpp cwvaluepair.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/183330/9167847

cpp connection.cpp

// Connection.cpp: implementation of the CConnection class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Course.h" #include "Connectio
www.eeworm.com/read/183330/9167897

cpp manager.cpp

// Manager.cpp: implementation of the CManager class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Course.h" #include "Manager.h" #in
www.eeworm.com/read/379994/9169140

cpp masterstudent.cpp

// MasterStudent.cpp: implementation of the CMasterStudent class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "StudentMIS.h" #include
www.eeworm.com/read/183194/9175583

h tapiphonedlg.h

// tapiPhoneDlg.h : 头文件 // #pragma once #include #include #include "afxwin.h" #include "TapiEventProcess.h" // CtapiPhoneDlg 对话框 class CtapiPhoneDlg : public CDialo
www.eeworm.com/read/379774/9177375

cpp wzddrdlg.cpp

#include "stdafx.h" #include "WzdDrDlg.h" #include "Shlobj.h" CString CWzdDirDlg::m_sRootDir; ////////////////////////////////////////////////////////////////////// // Construction/Destructio
www.eeworm.com/read/183053/9180219

h mysnifferdlg.h

// MySnifferDlg.h : header file // #if !defined(AFX_MYSNIFFERDLG_H__DC1B5700_C47B_4BC4_8349_2DD2A0627BE5__INCLUDED_) #define AFX_MYSNIFFERDLG_H__DC1B5700_C47B_4BC4_8349_2DD2A0627BE5__INCLUDED_
www.eeworm.com/read/182865/9187943

cpp readmdbdlg.cpp

// ReadMDBDlg.cpp : implementation file // #include "stdafx.h" #include "ReadMDB.h" #include "ReadMDBDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = _
www.eeworm.com/read/182766/9192240

txt 算法说明.txt

在Visual C++6.0 WinXp下编译通过 采用类来实现 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。