Don't forget that if you're using the _T macro, you should be using the "T" version of all the string-handling functions like _tprintf, _istalpha, _istdigit, _tchdir, _tcslen, etc.
I don't know, but I suspect that there are wide-character overloads for the C++ cout, cin, etc. functions. Anyone know for sure?
Chip H.