理解VC++里字符串类型的真正含义

发表于:2007-07-01来源:作者:点击数: 标签:

以下是字符串类型的含义(图示)

+================================================================+

            LP|C|W|T|STR

   Long Pointer^ constant^   wide^ generic^   string^

===========================================================

例如, LPCTSTR 读作 指向一个固定常量字符串的长指针 (Which is read long pointer to a constant generic string.)

 

 


原文转自:http://www.ltesting.net