Hi everyone!
I'm trying to write a program which can run a loop without interrupt but still can accepts input from user anytime.
My program is like this:
A bunch of word will drop down(using looping)
User have to enter letters for each word but the words will still continue drop down without waiting for user input.
After finished enter letters for particular word, the word will be disappeared.
I'm newbie in C++ programming.
What conditions should I consider?
Is this called parallel programming?
Thanks!