Any one here familiar with visual c++? I have a question...
I am working on a simple app that contains only 1 .cpp file. Now, when I build and execute it, it will open a command window that shows me all of the stdout stuff in. I just want to have it open and do the work in the "background". I dont need to see that output now that it works. How do I make it not show that command window.
Any idea how to fix that?
I am working on a simple app that contains only 1 .cpp file. Now, when I build and execute it, it will open a command window that shows me all of the stdout stuff in. I just want to have it open and do the work in the "background". I dont need to see that output now that it works. How do I make it not show that command window.
Any idea how to fix that?