代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/107503/15605778

cpp myadotestdlg.cpp

// myadotestDlg.cpp : implementation file // //++++相生昌作品+++// //++Email:superxsc@126.com++// #include "stdafx.h" #include "myadotest.h" #include "myadotestDlg.h" #ifdef _DEBUG #define new
www.eeworm.com/read/107204/15611915

h stringresolution.h

// StringResolution.h: interface for the CStringResolution class. /*********************************************************************************************** * Copyright (c) Zhou Yuncai(周云才 江汉石
www.eeworm.com/read/106711/15625763

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/106711/15625792

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/106637/15631586

cpp changkey.cpp

// CHANGKEY.cpp : implementation file // #include "stdafx.h" #include "dangan.h" #include "CHANGKEY.h" #include "AllDlg.h" #include "fstream.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/106611/15632731

cpp executestack.cpp

#include #include "EMBSQL.h" // // An execution class for SQL stacks // void *CEStack::operator new(size_t size) { return (CEStack*)shared_malloc(size); } void CEStack::oper
www.eeworm.com/read/106611/15632733

cpp collection.cpp

// // A collection class. Based on CObArray() and adding some stack operations // #include "afxwin.h" #include "EMBSQL.h" #define XSIZE 128 // // Allocate object from the shared memory segm
www.eeworm.com/read/106611/15632739

cpp table.cpp

// // SCTable: A class to represent a table in memory // // #include #include "EMBSQL.h" void *SCTable::operator new(size_t size) { return shared_malloc(size); } void SCTabl
www.eeworm.com/read/106594/15633400

h queue.h

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Queue.h: interface for the CQueue class. // // Authour : A
www.eeworm.com/read/106190/15644390

cpp chatdll.cpp

//--------------------------------------------------------------------------- //模块名称: TT ChatServer 扩展 DLL 部分 //程序设计: 天云上人 #include "ChatDLL.h" //----------------------------------------------