代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/111407/15513616

h ini2.h

// Ini.h: Schnittstelle f黵 die Klasse CIni. // Autor: Michael Schikora // Mail: schiko@schikos.de // // If you found this code useful, // please let me know // // How to use: // // //void
www.eeworm.com/read/111407/15513659

cpp ircchannellistctrl.cpp

#include "StdAfx.h" #include "ircchannellistctrl.h" #include "emuledlg.h" #include "emule.h" #include "OtherFunctions.h" #include "MenuCmds.h" #include "ircwnd.h" #include "ircmain.h" struct
www.eeworm.com/read/111407/15513676

h ed2klink.h

//this file is part of eMule // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License //as published by the Free Software Fo
www.eeworm.com/read/111211/15516982

h crystalctrl.h

#if !defined(AFX_CRYSTALCTRL_H__55D14EEA_DE3C_4F7D_864F_E89E12AF893E__INCLUDED_) #define AFX_CRYSTALCTRL_H__55D14EEA_DE3C_4F7D_864F_E89E12AF893E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endi
www.eeworm.com/read/111196/15517191

cpp serverthread.cpp

// serverthread.cpp #include "stdafx.h" #include "blocksock.h" #define SERVERMAXBUF 5000 #define MAXLINELENGTH 100 volatile int g_nConnection=0;//连接的个数 volatile BOOL g_bListening=FALSE;//侦听套
www.eeworm.com/read/111196/15517200

h serverthread.h

//Serverthread.h class CSocketAddress; class CMyBlockSocket; class CMyHttpBlockSocket; class CMyBlockSocketException; extern volatile int g_nConnection;// extern volatile BOOL g_bListening;/
www.eeworm.com/read/110633/15528617

h dns.h

#if(!defined(__NEURO__DNS__CLIENT__)) #define __NEURO__DNS__CLIENT__ #include "SocketClient.h" #include "NeuroBuffer.h" #include /************************************************
www.eeworm.com/read/110266/15537863

cpp terminatorhelpers.cpp

///////////////////////////////////////////////////////////////////////////// // // File : TerminatorHelpers.cpp // Project : TERMINATOR // Component : Terminator //-----------------
www.eeworm.com/read/110253/15538086

cpp squirmerror.cpp

// SquirmError.cpp #include "stdafx.h" void SquirmError(CString text) { AfxMessageBox(text); ASSERT(false); }
www.eeworm.com/read/110253/15538099

h squirmerror.h

// SquirmError.h // (towards a more independent error message reporting scheme) void SquirmError(CString text);