03-05-2008, 10:13 AM
Hmm ok thanks, so if I use
its should be fine?
Code:
#include<stdio.h>
void main()
{printf("Hello World!");
getch();
}
its should be fine?