I am trying to learn to program with glut.
In a tutorial, I see the author created 2 projects, one is win32 console application, another is win32 application.
If I happen to use int main() in win32 application/ WinMain() in win32 console application,
the project will be dead.
I would like to ask, if anyone knows, that what is the difference between this 2 type of project, and why does one use console app to write gui based program?
Jeezz, I am so confuse now. Thank you.