Hi,
I have two independent console applications developed in C++. I was asked to develop a GUI for both of them. In this GUI I collect some parameters that are needed to launch any of these applications. Anyone can give some orientation on integrating the console applications with this GUI? Could it be possible to launch the applications from the GUI and not seeing the console? Can the things that the applications write in the console be redirected to a log file?
Thanks in advance.