Is TCHAR still relevant?
问题 I\'m new to Windows programming and after reading the Petzold book I wonder: is it still good practice to use the TCHAR type and the _T() function to declare strings or if I should just use the wchar_t and L\"\" strings in new code? I will target only Windows 2000 and up and my code will be i18n from the start up. 回答1: I would still use the TCHAR syntax if I was doing a new project today. There's not much practical difference between using it and the WCHAR syntax, and I prefer code which is