A #define for either char or wchar_t, used for porting ancient windows applications
When you build an app on Windows using TCHAR support, %s in _tprintf() means char * string for Ansi builds and …
windows printf tchar format-specifiersI have this method which receives a path through a TCHAR szFileName[] variable, which contains something like C:\app\...\Failed\ …
c++ string tcharToday after a long time I've seen this conversion: void SomeFunction( LPCTSTR szText ) ... CString str; str.Format( "A Simple Sentence" ); …
c++ cstring tchar