代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/134554/13982854

h whois.h

#ifndef __WHOIS_H__ #define __WHOIS_H__ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "winsock2.h" #include "ws2tcpip.h" #include #include
www.eeworm.com/read/236465/14015112

cpp mychitoletter.cpp

#include "StdAfx.h" #include "MyChiToLetter.h" CMyChiToLetter::CMyChiToLetter() { m_blnSimaple=FALSE; m_blnFirstBig=TRUE; m_blnAllBiG=TRUE; } CMyChiToLetter::~CMyChiToLetter() { } CStr
www.eeworm.com/read/236465/14015169

h gload.h

extern CFont ftButton; extern CFont ftHeader; extern CFont ftPart; extern CFont ftReport; extern CFont ftBottom; extern CString strfileName;
www.eeworm.com/read/236465/14015216

cpp mychitoletter.cpp

#include "StdAfx.h" #include "MyChiToLetter.h" CMyChiToLetter::CMyChiToLetter() { m_blnSimaple=FALSE; m_blnFirstBig=TRUE; m_blnAllBiG=TRUE; } CMyChiToLetter::~CMyChiToLetter() { } CStr
www.eeworm.com/read/133323/14048784

cpp troja.cpp

/*实现了以下功能: 1.IP变换后自动发送Email通知 2.nt/window2000下绑定cmd,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小鱼巫师 2002年5月
www.eeworm.com/read/132863/14070332

cpp globle.cpp

// Globle.cpp #include "stdAfx.h" #include "Globle.h" #include // Delete a file (include ReadOnly File) // Parameter: strFullFileName is the full file name void DeleteReadOnlyFile
www.eeworm.com/read/126729/14080525

cpp afd.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/126729/14080564

cpp stdafx.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/235136/14084193

cpp test.cpp

#include "stdafx.h" #include "test.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif CWinApp theApp; SOCKET server; using namespace std;
www.eeworm.com/read/205218/15323353

cpp infoserverexplorer.cpp

///////////////////////////////////////////////////////////////////////////// // // OPC DataAccess VC++ Client: InfoServerExplorer.CPP // (Source File) // ////////////////////////////////