代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/178272/9411039

h proxyserver1.h

// ProxyServer1.h: interface for the CProxyServer class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PROXYSERVER1_H__10E4037F_FB74_44A6_9CF7_C18DDCC
www.eeworm.com/read/374303/9411750

cpp transform.cpp

//Transform.cpp #include "stdafx.h" #include "Transform.h" /********************************************************************************************* * 名称: StrToDec() * 功能: 把十进制表示的字符串转换成一
www.eeworm.com/read/374303/9411753

h myfunction.h

//#include "stdafx.h" #include #include #include "PINDlg.h" void SimCallbackProc(DWORD dwNotifyCode, const void *lpData, DWORD dwDataSize, DWORD dwParam); DWORD S
www.eeworm.com/read/178044/9422521

cpp docmanager.cpp

// DocManager.cpp : implementation file // #include "stdafx.h" #include "Dib.h" #include "DibStatic.h" #include "PreviewFileDlg.h" #include "DocManager.h" #ifdef _DEBUG #define new DEBUG_N
www.eeworm.com/read/177983/9424276

cpp shortmessage.cpp

// ShortMessage.cpp: implementation of the CShortMessage class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ShortMessage.h" #ifdef
www.eeworm.com/read/177766/9432664

cpp diskstatusctl.cpp

// DiskStatusCtl.cpp : Implementation of the CDiskStatusCtrl ActiveX Control class. #include "stdafx.h" #include "DiskStatus.h" #include "Graph.h" #include "GraphSeries.h" #include "DiskStatusC
www.eeworm.com/read/373758/9438076

cpp postthread.cpp

// PostThread.cpp (uses MFC Wininet calls) #include #include "PostThread.h" #define MAXBUF 50000 CString g_strFile = "/scripts/ex31a.dll"; CString g_strServerName = "localhost";
www.eeworm.com/read/373758/9440149

cpp utility.cpp

// utility.cpp -- contains stuff used by more than one thread #include #include "blocksock.h" #include "utility.h" volatile int g_nConnection = 0; // connection number CString g_strS
www.eeworm.com/read/177679/9441536

h mydbdaoset.h

//文件名:MyDBDaoSet.h 雇员表的记录集派生类头文件 #pragma once class CMyDBDaoSet : public CDaoRecordset { public: CMyDBDaoSet(CDaoDatabase* pDatabase = NULL); DECLARE_DYNAMIC(CMyDBDaoSet) long m_ID; //自动赋
www.eeworm.com/read/177679/9441812

h testset.h

// TestSet.h: CTestSet 类的接口 #pragma once class CTestSet : public CRecordset { public: CTestSet(CDatabase* pDatabase = NULL); DECLARE_DYNAMIC(CTestSet) long m_ID; //自动赋予新雇员的编号。 CString colu