CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - CString

搜索资源列表

  1. vc++资料

    0下载:
  2. CString常见转换,这是初次接触VC++的朋友可能最需要的东西-Regular convert about CString,this is needful for tyro of VC++
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:84468
    • 提供者:陈世通
  1. _CString_use_method

    1下载:
  2. 为了互相交流,我上传原创了! 这是关于字符串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.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29149
    • 提供者:李国泰
  1. notview

    0下载:
  2. 文件视图,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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. OnDrag

    0下载:
  2. DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format(\"拖放的位置:(%d %d)\",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos) -DragQueryPoint (hDropInfo.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10482
    • 提供者:zanjiangfeng
  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. VCtxt

    0下载:
  2. VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + \"P-Tree\" a<<str<<end
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:38227
    • 提供者:yangyong
  1. Lesson5

    0下载:
  2. 掌握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
  3. 所属分类:File Operate

    • 发布日期:2017-06-19
    • 文件大小:30846576
    • 提供者:qszchew
  1. Text

    0下载:
  2. 用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
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:29831
    • 提供者:madud00045
  1. cstring-Transform

    0下载:
  2. CString,float,int,long,String,char *,char[],之间的转换-CString, float, int, long, String, char, char*, char [], the conversion between
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2980
    • 提供者:陈伟源
  1. types-transformation

    0下载:
  2. VC++中常用的数据类型之间的转换,包括CString,string,int ,double,char等变量之间的转换-The transformation between the common types variables in VC++
  3. 所属分类:File Operate

    • 发布日期:2017-11-20
    • 文件大小:3747
    • 提供者:zxl_hust
  1. transform-basic-data-type-to-CString

    0下载:
  2. 说明如何将基本数据类型转换成CString类型,READ ME包含了各个文件的详细说明-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-11-07
    • 文件大小:17895
    • 提供者:wu qiong
  1. intTOCSTring

    0下载:
  2. vs2005下的数据转换int和CSTring互转 -vs2005 to data conversion int and CSTring Huzhuan
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:9849
    • 提供者:解决
  1. ConvertUCSDoc

    0下载:
  2. VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:27460
    • 提供者:cooliang
  1. 0512-CString

    0下载:
  2. 每日一学,该工程描述的是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
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:842887
    • 提供者:静夜思
  1. mcwylr5

    0下载:
  2. 本文就是利用CString类的基本函数来实现文本串的自由拆分-This article is using cstrings class basic function is to realize the freedom of a text string broken up
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:Erewyt
搜珍网 www.dssz.com