If compiled your program without options, the generated executable is
called a.out. To run it type ./a.out. If you have specify a -o option
(to name your executable), use ./your_name

Rick Hunter wrote:
> 
> i can't seem to run the programs i compiled
> ie int main(){printf ("Hi, world!\n");}
> 
> it compiles but i get the "command not found" error mesg.
> what am i doing wrong?
> 
> please help!!!
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to