cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Updating In Real Time
Updating In Real Time
Aug 26, 2018 at 5:24pm UTC
TheLoneWolf
(60)
So programs pause when they're taking input.
How do I split the program into two processes, one that take inputs and the other that keeps working behind its back?
No, let me rephrase that.
What specific topic should I study to be able to do that?
Thanks.
Last edited on
Aug 26, 2018 at 5:25pm UTC
Aug 26, 2018 at 5:47pm UTC
H00G0
(492)
Aren't you looking for Multithreading?
Aug 26, 2018 at 8:17pm UTC
dhayden
(5798)
Also inter-process communication, but you probably want multi-threading as hoogo stated.
Aug 27, 2018 at 5:17pm UTC
Cubbi
(4774)
Technically, async I/O (
https://en.wikipedia.org/wiki/Asynchronous_I/O
) doesn't require multithreading or multiprocessing, but +1 to looking up multithreading as the most practical thing to do here.
Topic archived. No new replies allowed.