CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称:vcPPstrings

介绍说明--下载内容来自于网络,使用问题请自行百度

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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

codefans.net/VC++字符转换操作的例子/20101207.txt
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/Makefile
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/Makefile.mak
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/Makefile2.mak
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/window.c
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/window.exe
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile/window.obj
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/char.cpp
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/char.dsp
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/char.plg
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_02/codes/char/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/Makefile
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/Makefile.mak
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/Makefile2.mak
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/window.c
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/window.exe
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile/window.obj
codefans.net/VC++字符转换操作的例子/day02_02/codes/WinChar.dsw
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/char.cpp
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/char.dsp
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/char.plg
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_03/codes/char/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/Makefile
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/Makefile.mak
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/Makefile2.mak
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/window.c
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/window.exe
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile/window.obj
codefans.net/VC++字符转换操作的例子/day02_03/codes/WinChar.dsw
codefans.net/VC++字符转换操作的例子/day02_03/codes/WinChar.ncb
codefans.net/VC++字符转换操作的例子/day02_03/codes/WinChar.opt
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/char.cpp
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/char.dsp
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/char.plg
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_04/codes/char/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/Makefile
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/Makefile.mak
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/Makefile2.mak
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/window.c
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/window.exe
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile/window.obj
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/WinChar.cpp
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/WinChar.dsp
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar/WinChar.plg
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar.dsw
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/char.cpp
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/char.dsp
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/char.plg
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_05/codes/char/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/Makefile
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/Makefile.mak
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/Makefile2.mak
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/window.c
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/window.exe
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile/window.obj
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/ReadMe.txt
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/StdAfx.cpp
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/StdAfx.h
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/WinChar.cpp
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/WinChar.dsp
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar/WinChar.plg
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar.dsw
codefans.net/VC++字符转换操作的例子/day02_01/codes/makefile
codefans.net/VC++字符转换操作的例子/day02_02/codes/char
codefans.net/VC++字符转换操作的例子/day02_02/codes/Debug
codefans.net/VC++字符转换操作的例子/day02_02/codes/makefile
codefans.net/VC++字符转换操作的例子/day02_03/codes/char
codefans.net/VC++字符转换操作的例子/day02_03/codes/Debug
codefans.net/VC++字符转换操作的例子/day02_03/codes/makefile
codefans.net/VC++字符转换操作的例子/day02_04/codes/char
codefans.net/VC++字符转换操作的例子/day02_04/codes/Debug
codefans.net/VC++字符转换操作的例子/day02_04/codes/makefile
codefans.net/VC++字符转换操作的例子/day02_04/codes/WinChar
codefans.net/VC++字符转换操作的例子/day02_05/codes/char
codefans.net/VC++字符转换操作的例子/day02_05/codes/Debug
codefans.net/VC++字符转换操作的例子/day02_05/codes/makefile
codefans.net/VC++字符转换操作的例子/day02_05/codes/WinChar
codefans.net/VC++字符转换操作的例子/day02_01/codes
codefans.net/VC++字符转

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com