Let's say I write a windows GUI application. When started from terminal, it immediately returns and shows the GUI.
Where does stdout go to if I use something Luke printf
in C? Is there any way to capture it?
Let's say I write a windows GUI application. When started from terminal, it immediately returns and shows the GUI.
Where does stdout go to if I use something Luke printf
in C? Is there any way to capture it?