文件名称:vcPPstrings

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 86kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 肖**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

VC/C++源码,字符处理,字符转换

  一 NMAKE和Makefile

  字符编码

  字符转换

  关于字符转换的使用方法:

  使用方法:  

  1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。

  2 分配字符串空间

  3 再次调用函数,并将分配的空间传递给函数,获取结果

  

  基本语法规则:

   window.exe:window.obj // 依赖行

     cl.exe window.c /c // 命令行

     link.exe window.obj user32.lib

    

     window.exe的依赖项是window.obj,如果

     window.obj被重新改写,window.exe将重新

     生成.

     通过时间戳(time stamp)判断程序是否需

     要重新编译链接,如果当文件修改最后时间

     与时间戳不同,将会重新编译链接. -VC/C++ source code, character handling, character conversion

An NMAKE and Makefile

Character encoding

Character conversion

Use character conversion:

How to use:

1 to convert the string passed to the function, the return value for the length of the string after the conversion.

2 allocated string space

Again call the function passed to the function, and the allocation of space to get results



Basic grammar rules:

window.exe: window.obj// dependent line

the cl.exe window.c/c// command line

link.exe window.obj user32.lib



dependency of window.exe is window.obj,

window.obj rewritten, window.exe re

Generation.

By time stamp (time stamp) to determine whether need

To to recompile link the last time when the file modification

With timestamp, will be re-compiled and linked.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





(没有文件,原文件不完全或已损坏或有密码)

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org