_tmain() , _tprintf(), ... --> '_t' ?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

why use '_tmain()' as entry point of the program in a console-application ?

why is _tmain() used instead of main() ?
_tprintf() instead of printf() ?

why '_t' ?

thnx
Chris
 
why use '_tmain()' as entry point of the program in a console-application ?
why is _tmain() used instead of main() ?
_tprintf() instead of printf() ?

why '_t' ?

Chris,

Have a look at the topic titled "Using Generic-Text Mappings" in MSDN.

Dave
 
Back
Top