On Sat, 06 Jan 2007 15:03:45 -0000 "jahid32s" <[EMAIL PROTECTED]> wrote:
> hi i am jahide i am new i linux. I can not run c/c++ > program in linux. can any one help me? > i suppose this might depend on your compiler etc. $ gcc myprog.cpp -Wall -g -o myprog $ ./myprog normally gcc writes the output with execute permissions, if not: $ chmod 755 myprog $ ./myprog -- Regards, Ed :: http://s5h.net/qf proud perl person Chuck Norris has a lever next to his desk which, when pulled, plays a random Conan O'Brian clip.
