So I found a couple of places that shows how to convert your application to a command line application. It works fine when you are in cmd... but how can I make both a cmd line app as well as a gui based app without creating two different exes. Is there a way to make a command line app that can also be a gui based app? So if I started the application from cmd it would print the data that it needed and vice versa if I clicked on the application it would show the gui without a command line window starting..
↧