O.P. RE: C help! Please
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("lol\n");
sleep(2000);
printf("Why isnt this working?!");
}
Still not working :/ sleep isnt correct :/
edit: im useing dev-c++
since i cant get turbo c++ to install >.>
This post was edited on 09-08-2006 at 12:10 PM by .Roy.
|