搜索资源列表
vc++资料
- CString常见转换,这是初次接触VC++的朋友可能最需要的东西-Regular convert about CString,this is needful for tyro of VC++
_CString_use_method
- 为了互相交流,我上传原创了! 这是关于字符串CString的强大功能各种使用方法。处理1,能排序,处理2,涉及文件输出。-the sake of mutual exchange, I upload original! This is a string of powerful redeem the use of various methods. Dealing with a will, in order to deal with two, involving document output.
notview
- 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
OnDrag
- DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format(\"拖放的位置:(%d %d)\",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos) -DragQueryPoint (hDropInfo.
ReadFile
- 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
VCtxt
- VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + \"P-Tree\" a<<str<<end
Lesson5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC editing the document control procedures for the preparation of word processing, how to create custom fonts and custom insert a symbol, familiar
Text
- 用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。 -Using VC++ to write a word processing program code CDC, through this process we can learn how to produce a custom font and custom caret, familiar w
cstring-Transform
- CString,float,int,long,String,char *,char[],之间的转换-CString, float, int, long, String, char, char*, char [], the conversion between
types-transformation
- VC++中常用的数据类型之间的转换,包括CString,string,int ,double,char等变量之间的转换-The transformation between the common types variables in VC++
transform-basic-data-type-to-CString
- 说明如何将基本数据类型转换成CString类型,READ ME包含了各个文件的详细说明-failed to translate
intTOCSTring
- vs2005下的数据转换int和CSTring互转 -vs2005 to data conversion int and CSTring Huzhuan
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
0512-CString
- 每日一学,该工程描述的是CString 类的各种用法,CString是一个很强大的类,自带了很多操作函数,该工程有几种常用的函数,希望能帮到初学者-A study, the project is described in various categories CString usage, CString is a very powerful class, with many functions, the project has several functions, I hope to help
mcwylr5
- 本文就是利用CString类的基本函数来实现文本串的自由拆分-This article is using cstrings class basic function is to realize the freedom of a text string broken up