What does an object file contain

Posted by benjamin button on Stack Overflow See other posts from Stack Overflow or by benjamin button
Published on 2010-06-15T13:33:27Z Indexed on 2010/06/15 13:42 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

HI everyone,

during the various stages of compilation in C or C++, i know that an object file gets generated. i.e., any_name.o file. what does thos .o file contain actually. i cant open it since its a binary file.

Could anybody please help me? are the contents of the object file mainly Dependant on the compiler which we use on unix?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c