我爱Aspx >> Asp.Net >> Understanding Strings In COM
By Davide Marcato
| System Notes
|
| To replicate the steps described in this article, you'll need Windows 95+ or Windows NT 4.0+ and Visual C++ 5.0 or higher. |
ANSI and Unicode, char and wchar_t were not enough: COM introduced several new string data types, and the differences and the process of conversion are not always obvious to the uninitiated. This article clarifies the situation once and for all for the benefit of raw COM, ATL and MFC programmers.
Strings, i.e. vectors of alphanumeric characters, are and have always been a fundamental data type in every programming language and platform. Whereas the computer itself prefers to deal with numbers, human beings prefer messages of text to sequences of binary, hexadecimal or even decimal digits. This implies that whenever a piece of software needs to interact with the user (or signal some notable events) some kind of string treatment is likely to come into play.
Ҷƪл˵?
介绍几本COM的书籍 -- 想要学COM..[05-05]
介绍几本COM的书籍 -- 想要学COM..[05-05]
COM初学者必看,否则你会后悔的,..[05-05]
COM的错误处理[05-05]
DCOM概述(三)[05-05]
DCOM概述(二)[05-05]
DCOM概述(一)[05-05]
www.microsoft.com的解决方案[05-05]
COM的错误处理[05-05]
DCOM概述(三)[05-05]
充分利用Windows API扩展Delphi函..[05-05]
B2B, B2C ->B2Bi[05-05]
评论:软件创业再度面临生死劫[05-05]
如何提高截取屏幕的速度?[05-05]
中关村能成为下一个硅谷吗? -- ..[05-05]
ASP 中Scripting.FileSystemObje..[05-05]
介绍几本COM的书籍 -- 想要学COM..[05-05]
介绍几本COM的书籍 -- 想要学COM..[05-05]
玩的就是“心”跳 - Athlon超频手..[05-05]
鼠标屏幕取词技术的原理和实现[05-05]