making the DS pause for a set amount of time
Posted: Mon Sep 12, 2011 12:10 pm
So i'm trying to write a program on the DS (in c++ command line only) and i have come across a bit of a problem. I need the program to stop for a set amount of time so that it is not all processing fast, however I do not want it to stop or make the user have to press a button to continue. See I need to do what the Sleep() function in the windows.h header does but as this does not work for the compiler I need an alternative.
Please help.
Please help.