LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   binary files (https://www.linuxquestions.org/questions/programming-9/binary-files-521410/)

nesta 01-21-2007 09:55 AM

binary files
 
hi folks,
is the binary file=object file?or
binary file=executable file?

thanks in advance

The Headacher 01-21-2007 10:00 AM

In linux world we often refer to executable files as binaries, but object files are also binary files (no script or sourcecode, but code that has been compiled).

http://en.wikipedia.org/wiki/Binary_file

Matir 01-21-2007 08:42 PM

In agreement with "The Headacher", both object and executable files are binary files (i.e., non-ASCII). The main difference is that object files have not yet been linked to others and to relevant libraries, and thus are not ready to be run.


All times are GMT -5. The time now is 02:47 PM.