This is my hello world program. It compiles, but when I Run it says :
"Source file not compiled"
I have included header files stdio.h
and conio.h
.
Any solution.? I installed code::blocks as well, I got a similar error in that IDE as well.
int main()
{
printf("Hello world");
return 0;
}
As it compiles, it is generating an exe file, which is not showing up in command prompt, it is somehow getting deleted(may be McAfee is doing it)