Mar 5, 2009 at 8:15am
Hi All,
Can anyone tell me what this prefix _T means in some C++ code?
Thanks,
Farhan
Mar 5, 2009 at 9:12am
It is probably a macro to handle Unicode/non-Unicode in windows.
See: http://msdn.microsoft.com/en-us/library/dybsewaf(VS.80).aspx
Mar 5, 2009 at 6:46pm
If it's a lowercase _t, like wchar_t, I think it has something to do with a naming convention for typedefs in C.