I want to run an application in c++ and read its stdout and write t stdin in windows? No popup should be generated.
Can I do it easily using windows services?
I found that I maybe able to do this with POCO, but do I really need this?
Is there solution in std library for this?