Hi everyone, I wonder if anyone know of a way to do more that one thing at a time, in a c++ console app.
I'm writing something that's supposed to become an ASCII-game some time in the near future. I have no difficulties
with moving a letter around on the screen but since the program is waiting for keyboard input it won't do anything
else at the same time.
Let's say I want to make an ASCII version of pacman, how can I get the "ghosts" moving and at the same time
being able to control pacman ?
Any help or link to a tutorial will be greatly appreaciated.



LinkBack URL
About LinkBacks


