Are L'A' and 'A' totally same?

Posted by Benjamin on Stack Overflow See other posts from Stack Overflow or by Benjamin
Published on 2010-03-17T10:46:01Z Indexed on 2010/03/17 10:51 UTC
Read the original article Hit count: 186

Filed under:
|

When we write a program which supports both unicode and multibytes,
we often use _T("some string") macro for strings.

But, does a character also need to wrap this macro?

Are L'A' and 'A' totally same?
Don't we need to use _T('A') for a character?

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about c++