当前位置: 首页 > 图文教程 > 开发语言 > VC++ > 理解VC++里字符串类型的真正含义
以下是字符串类型的含义(图示)
+================================================================+
LP|C|W|T|STR
Long Pointer^ constant^ wide^ generic^ string^
===========================================================
例如, LPCTSTR 读作 指向一个固定常量字符串的长指针 (Which is read long pointer to a constant generic string.)
评论 (0) All