T
T
tugo2016-11-15 20:32:10
Programming
tugo, 2016-11-15 20:32:10

How to output std::cout from multiple applications to one window (console)?

There is a program (Qt) that outputs debugging information to std::cout.
There is another program that catches text coming from the USB HID and redirects it to std::cout.
How to merge the output of these 2 programs into one console?
Everything can be rewritten, output where necessary, using the capabilities of Qt. But how is it easier and where?
OS: Windows 7

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-11-15
@tugo

Run both processes from a third program and intercept the output of both, the OS supports this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question