代码搜索:cstring

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

代码结果 10,000
www.eeworm.com/read/386932/8718610

cpp offdutydlg.cpp

// OffdutyDlg.cpp : implementation file // #include "stdafx.h" #include "MyPos.h" #include "OffdutyDlg.h" #include "MyPosDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/386888/8719972

cpp serverdlg.cpp

// ServerDlg.cpp : implementation file // #include "stdafx.h" #include "Server.h" #include "ServerDlg.h" #include "LoadDlg.h" #include "Msg.h" #include "NewUserDlg.h" //#include
www.eeworm.com/read/286928/8737219

h xstring.h

#ifndef _XSTRING_H #define _XSTRING_H const unsigned char SYMBOL = 0x10; //得到隔离符号的个数(文本数) int GetTextCountFromString(CString szString); //得到隔离符号的个数(文本数) int GetTextCountFromStringEx(CString
www.eeworm.com/read/286867/8739246

cpp qsprofile.cpp

/* All rights reserved. */ #include "stdafx.h" #include "QSProfile.h" #include "ProxySocket.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #en
www.eeworm.com/read/286606/8756874

txt c++面试题-1.txt

1、 下面的程序是否有错误,如果有错,请说明原因。 char* const pszHelp = "hello"; pszHelp[0] = 'a'; 因为pszHelp指向一个常量字符串,所以根本不允许修改字符串内容。除非使用一个字符数组。 2、 const用法: const char* p p是一字符串指针,该指针指向的内容是常量,指针指向的内容不能被修改 char c
www.eeworm.com/read/286344/8769841

cpp basetype.cpp

// BaseType.cpp: implementation of the CBaseType class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "BaseType
www.eeworm.com/read/286344/8769847

cpp patient.cpp

// Patient.cpp: implementation of the CPatient class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "ADOConn.h"
www.eeworm.com/read/286344/8769867

cpp doctor.cpp

// Doctor.cpp: implementation of the CDoctor class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "Doctor.h" #
www.eeworm.com/read/286344/8769991

cpp registration.cpp

// Registration.cpp: implementation of the CRegistration class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "
www.eeworm.com/read/286344/8770073

cpp items.cpp

// Items.cpp: implementation of the CItems class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HosptialMan.h" #include "ADOConn.h" #i