文件名称: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.
一 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
(没有文件,原文件不完全或已损坏或有密码)