I'm working on my final project (a Space Invaders-esque game with the Allegro game library) for my Intro to Comp Sci class and I've run into a bit of a problem. I need two for loops to run simultaneously. I'm using XCode at home and Dev C++ on an XP machine at school.
I've been looking around and I think fork() is what I'm looking for but it appears to be Linux or Unix only. So does anyone know if that is what fork() does and what is the Win32 equivalent? Thanks
I've been looking around and I think fork() is what I'm looking for but it appears to be Linux or Unix only. So does anyone know if that is what fork() does and what is the Win32 equivalent? Thanks