Hi,
I am a beginner in C. Actually I started few days ago.
I have a problem when I compile a program with DJGPP (on WinXP). The program seems to compile fine but when I run it, it does the task it should be doin but it closes immidiately after that and doesn't let me see it.
My first program is like this:
I tried to put in the return 0; thing but it doesn't solve the problem. I know some probably laugh when they see that but im a beginner. Help pls.Code:#include <stdio.h> main() { printf("This is my first program"); }



LinkBack URL
About LinkBacks


