Re: How to convert TCHAR type to standard ISO C++ string?
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Tue, 28 Feb 2006 23:29:14 -0800
"Mark Randall" <mark[__OKTHISISFAKE_]yr@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
TCHAR *is* an ISO, the difference is it changes dependant on what _UNICODE
and UNICODE defines you have.
No, it's not. It is purely a Microsoft invention, as are the _UNICODE and
UNICODE defines.
Handy, yes. Part of the ISO standard, no.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- Re: How to convert TCHAR type to standard ISO C++ string?
- From: Igor Tandetnik
- Re: How to convert TCHAR type to standard ISO C++ string?
- Prev by Date: Re: error C2276; passing &member function to _beginthreadex
- Next by Date: Yet another bug (.NET 2002)
- Previous by thread: Re: How to convert TCHAR type to standard ISO C++ string?
- Next by thread: Re: How to convert TCHAR type to standard ISO C++ string?
- Index(es):
Relevant Pages
|