Chinaunix首页 | 论坛 | 博客
  • 博客访问: 968949
  • 博文数量: 200
  • 博客积分: 5011
  • 博客等级: 大校
  • 技术积分: 2479
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-27 15:07
文章分类

全部博文(200)

文章存档

2009年(12)

2008年(190)

我的朋友

分类:

2008-11-07 10:55:26

1. We often see the _T("some text") in c++ codes
2. it is used to expand the text into unicode text or ascii texts. which depends whether you have defined the _UNICODE macro
3. if you have defined _UNICODe, then _T("x") we be expanded into L"x"
   if you have not, it will be expanded into just ascii encoded string "x"
阅读(774) | 评论(0) | 转发(0) |
0

上一篇:5.13 temporary files

下一篇:14.3 record locking

给主人留下些什么吧!~~