Re: CFile::Read problem ???

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Lisa Pearlson (no_at_spam.plz)
Date: 02/13/04


Date: Fri, 13 Feb 2004 17:37:11 +0100

Another question, how does the compiler know whether '\0' is ASCII or
UNICODE?

I used to do:

TCHAR t = _T('\0'); // or L'\0' ?

But I guess that's not necessary?