Tagged Questions
6
votes
2answers
788 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 ...