hi
As you can understand from the question
im a begginer
I just want to know how can i run program
after built it.
My program was the basic one:
#include <studio.h>
void main()
{
printf("hello world");
}
thanks you!
first of all, you would have to fix your program to be able to build it... (it's stdio.h not studio.h).
Otherwise, just hit the "Execute" button on the menu bar.
However, you need to realize that Pelle's C is a Windows based and "project oriented" development environment.
So to create your simple program, you would have start with creating a console application project first. But as you state that you already build it, you might have already done that.
Otherwise, please be a bit more specific as to what exactly you have done and what exactly is (not) happening when YOU try to run it. You need to remember that we can't see what you're doing...
Ralf