文件名称:Windows Via C&C++ Fifth Edition
文件大小:7.32MB
文件格式:PDF
更新时间:2014-07-23 16:03:57
C,C++
Like the Windows functions, the C run-time library offers one set of functions to manipulate ANSI characters and strings and another set of functions to manipulate Unicode characters and strings. However, unlike Windows, the ANSI functions do the work; they do not translate the strings to Unicode and then call the Unicode version of the functions internally. And, of course, the Unicode versions do the work themselves too; they do not internally call the ANSI versions