Differentiate between TCHAR and _TCHAR

Posted by Vulcan Eager on Stack Overflow See other posts from Stack Overflow or by Vulcan Eager
Published on 2010-06-01T10:25:10Z Indexed on 2010/06/01 10:33 UTC
Read the original article Hit count: 177

Filed under:
|
|

What are the various differences between the two symbols TCHAR and _TCHAR type defined in the Windows header tchar.h? Explain with examples. Briefly describe scenarios where you would use TCHAR as opposed to _TCHAR in your code. (10 marks)

© Stack Overflow or respective owner

Related posts about Windows

Related posts about unicode