I'm trying to make a mathematics game in Borland C++ v4.52.
My game consists of multiple mathematical problems moving down the screen, while the user is able to enter the answer to any of these problems. Once the user has entered the problem, the problem disappears.
My problem is that I cannot figure out a way to simultaneously allow the user to input answers to the questions and have the mathematical problems moving down the screen.
Thank you in advance.