Mumtaz Ghafoor wrote:
> Hi
> 
> I am new in linux environment.I have done programming
> in vc++,c in MS box, but i don't know how to complie c
> program in linux and execute it.
> 
> When i compile a program i get a.out.I don't know what
> to do with a.out to get the exe program.

Try: 

        ./a.out

or try

        gcc -o your-program-name foo.c

and find your program be called 'your-program-name'.

Regards,

        Joey

-- 
The MS-DOS filesystem is nice for removable media.  -- H. Peter Anvin

Please always Cc to me when replying to me on the lists.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to