- char : 8 bits
- wchar_t : 16 bits
- TCHAR : #defined as either char or wchar_t depending on your Unicode settings
"Good" // this is a char string
L"Good" // this is a wchar_t string
_T("Good") // this is a TCHAR string
خوب! من به عنوان یک برنامه نویس توکار!!! تنها با دنیای کارکترهای ASCII کار دارم!!!