What does an object file contain
- by benjamin button
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?