Hi! For questions like this I'd recommend having a look at the bloodshed software forum and reading the "READ THIS BEFORE..." thread. Anyway, your prob can easily be solved:
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello Worldn");
system("pause");
return 0;
}
upCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! |