代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/102552/15778929

htm subject_19759.htm

序号:19759 发表者:zx 发表日期:2002-10-31 11:32:51 主题:请教c++中的一个语法问题! 内容:    typedef char   *cstring;  extern const cstring cstr;  
www.eeworm.com/read/102552/15778931

htm subject_43436.htm

序号:43436 发表者:蔡雄浩 发表日期:2003-06-11 10:37:56 主题:一个够菜的问题 内容:大家好!我是新来,以后请多关照!!前段时间我学了一些VB,现在开始学VC,第一个弄不懂的地方是vc里的变量类型太多,有很多在C语言里没有的,实在很纳闷!有哪位大哥大姐知道这些类型有什么作用?还有这些类型之间是怎样转换的? ...
www.eeworm.com/read/102552/15779074

htm subject_19840.htm

序号:19840 发表者:odq 发表日期:2002-10-31 19:15:49 主题:毛病多多的程序, 有谁帮我调试通过。我万分感谢, 内容:#include "stdio.h"#include "iostream.h"void main(){    CString strFile1="c:\
www.eeworm.com/read/102552/15779081

htm subject_16214.htm

序号:16214 发表者:飞雪迎风 发表日期:2002-09-26 14:51:16 主题:如何在.TXT中查找一字符串? 内容:如何在.TXT中查找一字符串? 返回上页访问论坛
www.eeworm.com/read/102489/15780057

h jtagdev.h

// JTAGDev.h: interface for the CJTAGDev class. // ////////////////////////////////////////////////////////////////////// #define BSDL_TMP1 "bsdl1.tmp" #define BSDL_TMP2 "bsdl2.tmp" #define
www.eeworm.com/read/102489/15780068

h jtagdev.h

// JTAGDev.h: interface for the CJTAGDev class. // ////////////////////////////////////////////////////////////////////// #define BSDL_TMP1 "bsdl1.tmp" #define BSDL_TMP2 "bsdl2.tmp" #define
www.eeworm.com/read/102432/15780695

cpp wmpstringcollection.cpp

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your m
www.eeworm.com/read/102432/15780719

h wmpplayer4.h

#if !defined(AFX_WMPPLAYER4_H__1275484E_6DFA_45BE_BE69_CEC5B486A100__INCLUDED_) #define AFX_WMPPLAYER4_H__1275484E_6DFA_45BE_BE69_CEC5B486A100__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif
www.eeworm.com/read/102426/15780834

cpp lexutil.cpp

#include "stdafx.h" #include "LexUtil.h" //功能描述:错误消息显示函数 void LexUtil::ErrMsg(LPTSTR lpszMsg) { AfxMessageBox(lpszMsg); } void LexUtil::ErrMsg(LPCTSTR lpcszMsg) { AfxMessageBox(lpcszMsg);
www.eeworm.com/read/102412/15781732

cpp pdb readerdlg.cpp

// PDB ReaderDlg.cpp : implementation file // #include "stdafx.h" #include "PDB Reader.h" #include "PDB ReaderDlg.h" #include "RecDefDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_