Quote Originally Posted by BoSCHoW
Lets say one function is composed of other functions, and when I compile the code it seems like
that this other functions aren't included in the output file.
I don't know what you're trying to say here. What do you mean by "incuded in the output file"?

You compile a source file, you get object code. Then the linker links the object code to get an executable. Where in these steps is your reference to an "output file"?

Regards,

Paul McKenzie