Mail from ILUG-BOM list (Non-Digest Mode)
_______________________________________________

On Jul 30, 2000 at 20:32, [EMAIL PROTECTED] wrote:

>I'm currently learning to program in c++, and I use the Gcc compiler. I write the 
>code and 
>see the results with the a.out command. Is there any way that I can make the cpp file 
>into an 
>executable file? 

cp is an executable:
[satyap]~$ whereis cp
cp: /bin/cp /usr/man/man1/cp.1
[satyap]~$ file /bin/cp
/bin/cp: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically
linked (uses shared libs), stripped

Try this:
gcc yourfile.cpp -o yourexecutable

-- 
Satya. <URL:http://satya.virtualave.net/>
US-bound grad students! For pre-apps, see <URL:http://quickapps.cjb.net/>
} July, 2003:     WHERE IN HELL DID FRESNO GET NUKES?!? -- TI Oracle,
Internet Oracularities #1168


_______________________________________________
Website: http://www.ilug-bom.org.in/ilug
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to