TCHAR
- 网络通用字符
TCHAR
-
TCHAR containing the character at the specified position in the string .
得到字符串中指定位置的字符。
-
CRT uses an additional header file to define generic character macros : " tchar . h " .
CRT用了一个额外的头文件“tchar.h”来实现这种泛型技术。
-
TinyXML does not use or directly support wchar , TCHAR , or Microsoft's_UNICODE at this time .
TinyXML当前不使用或者直接支持wchar,TCHAR,或者微软的UNICODE。
-
TCHAR and other relevant macros are defined in the WinNT . h header file .
TCHAR以及其他的相应的宏在头文件WinNT.h中有定义。
-
The main idea is that the developer never uses the char or wchar_t types explicitly , but uses the TCHAR macro instead .
程序员在程序中不需要为使用char还是wchart而纠结,只需要使用宏TCHAR就可以了。