Hi. I'm new to the world of C++, so forgive me for asking a newbie type of question. As title suggests, I'm trying to run this simple hello world program using a simple call to WinMain(). The program runs, but trouble is that it runs as a console program. When I click on hellowin.exe, a black console opens in the background while this is run. Is there a way to avoid that?