[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ما رأيكم بترجمة compila tion
- To: Documentation and Translation <doc at arabeyes dot org>
- Subject: Re: ما رأيكم بترجمة compila tion
- From: Abderrahim Kitouni <a dot kitouni at gmail dot com>
- Date: Wed, 13 Sep 2006 16:55:59 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=OtEYSqvcRkGYgJHCQXSc1ix/FtbRQDMQ7TUX91M1HwCWBiQTqd2sRxpYeMGYOcynT32l7gRS/Wbz4pduU0JSX8ZAn5pEaKkAp1+1dwYJ+dPgrgHOHjVO7Km1ozG9QORDwmmb25IbOwvhFxfYdLM/YKnD0wXbj4tCah5OdPp0OKE=
- Openpgp: id=033270A1
- User-agent: Thunderbird 1.5.0.5 (X11/20060812)
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