搜索结果

找到约 40 项符合 cstring 的查询结果

文章/文档 CString操作指南

CString操作指南
https://www.eeworm.com/dl/652/108337.html
下载: 101
查看: 1045

STL 编写一个STL中的CString类

编写一个STL中的CString类
https://www.eeworm.com/dl/658/118025.html
下载: 196
查看: 1040

数值算法/人工智能 Hex转换成CString

Hex转换成CString
https://www.eeworm.com/dl/518/125678.html
下载: 182
查看: 1030

STL 这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。

这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。
https://www.eeworm.com/dl/658/129278.html
下载: 93
查看: 1162

数学计算 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件

在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件
https://www.eeworm.com/dl/641/134082.html
下载: 149
查看: 1055

STL StdString:利用STL的basic_string类实现MFC的CString类全部功能。

StdString:利用STL的basic_string类实现MFC的CString类全部功能。
https://www.eeworm.com/dl/658/146057.html
下载: 45
查看: 1111

VC书籍 一篇学习mfc中的CString很好的一篇文章,介绍的很全面

一篇学习mfc中的CString很好的一篇文章,介绍的很全面
https://www.eeworm.com/dl/686/147069.html
下载: 51
查看: 1050

Linux/Unix编程 一个很好的string类,类似与Windows 下CString

一个很好的string类,类似与Windows 下CString
https://www.eeworm.com/dl/619/148430.html
下载: 192
查看: 1055

其他 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData

函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到 ...
https://www.eeworm.com/dl/534/171895.html
下载: 132
查看: 1203

文件格式 DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) Set

DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos)
https://www.eeworm.com/dl/639/213786.html
下载: 153
查看: 1210