I have two independent console applications developed in C ++. I was asked to develop a graphical interface for both of them. In this GUI, I collect some of the parameters needed to run any of these applications. Can anyone give some orientation to integrating console applications with this GUI? Can I run applications from the graphical interface and not see the console? Can events that applications write to the console be redirected to a log file?
Thanks in advance.
source
share