文件名称:vcPPstrings
-
所属分类:
- 标签属性:
- 上传时间:2012-12-11
-
文件大小:85.61kb
-
已下载: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.
一 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++字符转
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++字符转
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.