How do I set WinMain as entry point?
问题 I've deleted the _tmain() method which the IDE generated because I find no sense having two entry points after adding my WinMain entry. And yes, this is my first ever C++ application and I am a newbie, but please be nice. So that's all I got: // Included headers: #include "stdafx.h" #include <iostream> #include <Windows.h> // Shortened namespaces: using namespace std; // The main entry of the application: int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int