Tagged Questions

6
votes
2answers
724 views

newbie C++ concept question: _tmain why is there a macro to define this?

I am new to C++ coding, coming from Java and C# background. I'm puzzled by the proliferation of #define terms starting with the most basic: #define _tmain wmain When I first learned a ...
3
votes
2answers
3k views

convert tchar array to char array

how to convert to tchar[] to char[]..