I have a Visual C++ console application (I am using windows Vista, Visual studio 2008). When executing the program i don't want to see the Console popping up. How do i code this.
I tried simply removing all cout and printf statements but yet this didn't help.
Need help here.