A
A
Alexiuscrow2015-02-23 17:10:27
C++ / C#
Alexiuscrow, 2015-02-23 17:10:27

Can different threads work on different console windows in parallel?

There are 2 streams. It is necessary that each of them work in a separate console window.
While console 1 will display logs, console 2 will have an interface for user interaction (input / output, switch / case).
Is it possible to implement the described and how?
UPD: OS Windows 7

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2015-02-23
@saboteur_kiev

Just open another console to view the log files, and that's it - in two streams.

A
Armenian Radio, 2015-02-23
@gbg

OS what? If it's default (windows), read Pobegailo 's chapter 9 - this book is a good translation of MSDN.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question