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

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
 
D

David Lowndes

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top