aersoy
Member level 3
- Joined
- Aug 8, 2006
- Messages
- 60
- Helped
- 2
- Reputation
- 4
- Reaction score
- 1
- Trophy points
- 8
- Location
- ankara turkey
- Activity points
- 0
i have just started C programming actually 5 minutes ago
i use DEV C++ version 4.9.9.2
and my operating system is WinXP home edition SP2
i have created simple program as in the book but i cannot open the exe file
using the below source code
</pre>
#include<stdio.h>
/*function main begins program execution*/
int main ()
{
printf ("Welcome to C!\n");
return 0;
}
</pre>
but the exe file closes as soons as i open it
what should i do to solve this program?
thanx
i use DEV C++ version 4.9.9.2
and my operating system is WinXP home edition SP2
i have created simple program as in the book but i cannot open the exe file
using the below source code
</pre>
#include<stdio.h>
/*function main begins program execution*/
int main ()
{
printf ("Welcome to C!\n");
return 0;
}
</pre>
but the exe file closes as soons as i open it
what should i do to solve this program?
thanx