搜索资源列表
GB2UTF8
- GB转UTF8 void ConvertGBKToUtf8(CString& strGBK)-GB switch UTF8 void ConvertGBKToUtf8 (redeem
mystring
- 一个很好的string类,类似与Windows 下CString-a good string type, similar to redeem and Windows
CCrack
- 实现COlevaiant与CString转换的类-achieve COlevaiant conversion and redeem the Class
KString_class_src
- 一个非MFC的类似CString的字符串类,实现了各种字符串的操作。-a similar non-MFC CString string and realizes the various string operation.
config
- 一个读写注册表的类 #ifndef __SYS_CONFIG_H__ #define __SYS_CONFIG_H__ #ifndef __COMMONFUNC_INCLUDE__ #define __COMMONFUNC_INCLUDE__ #endif class CConfig { public: CConfig() ~CConfig() void Load() void Save() CStr
canReplaceCStringClass
- 国外网站下载的能替换MFC中CString类的最新版本。但format函数参数过多时有问题,不过可以通过分成几个字符串后再连接
CString CPage1
- 开机关机程序设计-boot shutdown program design
CString
- 这是一个CString的源代码,经过修改过,支持Ansi编码的字符串。比库的string更通俗易懂,是学习内存引用和自动垃圾回收的好代码!
cnewstr
- 一个仿照CString功能的字符串类,CString中大部分的方法都已经实现,并增加了一些使用的字符串操作函数-CString features a replica of the string type, CString most methods have been realized, and to increase the use of a number of string manipulation functions
CString
- 用标准C++实现CString的部分功能-Using standard C++ implementation of some functions CString
lesson5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-how to use CString Class,CDC Class,by Sunxin
lesson6
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的处理,更进一步掌握CString类的应用。-How to s
Text
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC' s word processing program to master the preparation, how to create custom fonts and custom insert a symbol, familiar with the use of the CSt
array-new
- 一个类似于VC++ 中的CString的动态数组类集合,可以方便构造对象,对象长度可在访问时自动增加数组长度,且可实现数组的整体赋值。-A class that works like "CString" in VC++. It can be used to make a array anytime anywhere. And the array newed by the class can be 0 length and can grow automatically when program i
aes
- AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
MyStdString
- 一个VC++中写的的Std String类源代码,推荐给朋友们。希望对大家有所帮助-A VC++ source code in StdString class can improve the alternative string class CString support ansi, unicode. Actually used in a number of projects for a while, I feel great and recommend it to friends. We wa
transform-cstring-data-to-tchar
- 说明了如何将CString类型转换成TCHAR类型,read me包含了文件的详细说明。-failed to translate
CString
- CString for linux API Driver.
cstring-linux
- 一致CString结构到linux环境,解决windows平台移植问题-CString consistent structure to the linux environment, fix windows platform migration issues
CString
- CStringBuffer is the ref-counted storage class for the characters in a CString.