quote:
Originally posted by Adeptus
#include <stdio.h>
#include <windows.h>
int main(void)
{
printf("lol\n");
Sleep(2000);
printf("Why isnt this working?!");
}
Thanks LOADS!
!
Edit: And when i used turbo c ++ there was a command called gotoxy() where moves your pointer to the following coordinates, like gotoxy(5,30).
and its not working, maybe i should just use turbo c