代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/375142/9371013
cpp matrixdoc.cpp
// MatrixDoc.cpp : implementation of the CMatrixDoc class
//
#include "stdafx.h"
#include "Matrix.h"
#include "MatrixDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/178566/9391440
cpp chmfile.cpp
// CHMFile.cpp: implementation of the CCHMFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CHMFile.h"
#include "AtlConv.h"
#i
www.eeworm.com/read/374597/9394031
txt 第六章1.txt
void CEx_FileDlg::OnButtonOpen()
{
CString filter;
filter = "文本文件(*.txt)|*.txt|C++文件(*.h,*.cpp)|*.h;*.cpp||";
CFileDialog dlg (TRUE, NULL, NULL, OFN_HIDEREADONLY, filter);
if (dlg.DoModal (
www.eeworm.com/read/374597/9394095
txt 第六章3.txt
// 在Ex_StudentDoc.h文件中的class CEx_StudentDoc前添加的
class CStudent : public CObject
{
CString strName; // 姓名
CString strID; // 学号
float fScore1, fScore2, fScore3; // 三门成绩
float fAverage;
www.eeworm.com/read/374597/9394096
txt 第九章11.txt
void CEx_A9View::OnRButtonDown(UINT nFlags, CPoint point)
{
CListView::OnRButtonDown(nFlags, point);
CListCtrl& m_ListCtrl = GetListCtrl();
UINT uFlags;
int nItem = m_ListCtrl.HitTest(point,
www.eeworm.com/read/178506/9394183
h htmleditctrl2.h
// WebBrowserEdit.h: interface for the CWebBrowserEdit class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_WEBBROWSEREDIT_H__C8FC4582_0669_4BED_86B8_
www.eeworm.com/read/178380/9402010
cpp postthread.cpp
// PostThread.cpp (uses MFC Wininet calls)
#include
#include "PostThread.h"
#define MAXBUF 50000
CString g_strFile = "/scripts/ex31a.dll";
CString g_strServerName = "localhost";
www.eeworm.com/read/178380/9403625
cpp utility.cpp
// utility.cpp -- contains stuff used by more than one thread
#include
#include "blocksock.h"
#include "utility.h"
volatile int g_nConnection = 0; // connection number
CString g_strS
www.eeworm.com/read/374409/9407331
cpp bindfiledlg.cpp
// BindFileDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "BindFile.h"
#include "BindFileDlg.h"
#include ".\bindfiledlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的
www.eeworm.com/read/374313/9409660
h devicelist.h
// DeviceList.h - Interface to CDeviceList class
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DEVICELIST_H
#define DEVICELIST_H
/////////////////////////////////