代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/325675/13191263

cpp regularopt.cpp

// RegularOpt.cpp: implementation of the CRegularOpt class. // ////////////////////////////////////////////////////////////////////// /* * Generated by MyEclipse Struts * * written by Yang H
www.eeworm.com/read/325675/13191310

cpp calcex.cpp

// CalcEx.cpp : Defines the entry point for the console application. // /* * Generated by MyEclipse Struts * * written by Yang Huaisheng * Homepage: http://codefan.spaces.live.com * vers
www.eeworm.com/read/325540/13197511

cpp cdsa.cpp

#include "StdAfx.h" #include "CCommon.h" #include "CDSA.h" CString deletestr(CString str,int count) { int tlen=str.GetLength(); return str.Right(tlen-count); } void zeronetochar8(char &g
www.eeworm.com/read/240780/13198478

cpp maptip.cpp

#include "stdafx.h" #include "MapTip.h" #include "MainFrm.h" BEGIN_MESSAGE_MAP(CMapTip,CToolTipCtrl) //{{AFX_MSG_MAP(CMapTip) ON_WM_TIMER() //}}AFX_MSG_MAP END_MESSAGE_MAP() /////////
www.eeworm.com/read/240556/13213810

cpp parsing.cpp

#include "stdafx.h" #include "PcfgParser.h" #include "parsing.h" CObArray rules,edges; int wordNum; CRule::CRule(CString Line) { int i=Line.Find("->"); Ls=Line.Left(i); Ls.TrimRight();
www.eeworm.com/read/240315/13225951

cpp recordfile.cpp

// RecordFile.cpp: implementation of the CRecordFile class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "test.h" #include "RecordFile.
www.eeworm.com/read/240310/13226025

h regkey.h

// RegKey.h : header file // ////////////////////////////////////////////////////////////////////////////////// // // // 1998. EarthWalk Designs Software, by Jay Wheeler.
www.eeworm.com/read/325077/13228384

cpp writeimeidlg.cpp

// WriteIMEIDlg.cpp : implementation file // #include "stdafx.h" #include "WriteIMEI.h" #include "WriteIMEIDlg.h" #include "ColReadOnlyEdit.h" #ifdef _DEBUG #define new DEBUG_NEW #undef TH
www.eeworm.com/read/240239/13229782

txt visual c++.net中 字符串转换方法.txt

Visual C++.NET涉及到ATL/ATL Server、MFC和托管C++等多种编程方式,不仅功能强大而且应用广泛。在编程中,我们常常会遇到ANSI、Unicode以及BSTR不同编码类型的字符串转换操作。本文先介绍基本字符串类型,然后说明相关的类,如CComBSTR、_bstr_t、<mark>CString</mark>T等,最后讨论它们的转换方法,其中还包括使用最新ATL7.0的转换类和宏,如CA2CT、CA ...
www.eeworm.com/read/138099/13261254

h expressionbase.h

// Function.h : main header file for the FUNCTION application // #pragma once //////////////////////////////////////////////////////////////////////////////// #include "afxtempl.h" #include "va