[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ما رأيكم بترجمة compila tion



Mohamed Magdy wrote:
> I've said before .. compiler --> مجمع  compile --> تجميع
>
> AFAIK the compiler contains a linker which does all the job of
> converting sc into object files and then the compiler collects all the
> object files and resources into the final product ....
source code  ----compiling----->  assembly code ------assembling----->
object code (binary *.o ) ----linking---> executable (*.exe on windows)
or
source code  ----compiling-----> object code ----linking---> executable