Am 29.04.2012 12:13, schrieb ik:
> Let's take simple program:
>
> pascal code
>
> program hello;
>
> begin
> writeln('Hello World');
> end.
>
> - pascal code
>
> vs c code:
>
> -- c code -
> #include
>
> int main(int argc, char ** argv) {
> printf("Hello World
On Sun, Apr 29, 2012 at 12:58, Reinier Olislagers
wrote:
> On 29-4-2012 11:40, ik wrote:
>> Hello,
>>
>> Here is something that I'm asking without really know anything about
>> the subject, so please bear with me.
>>
>> I'ved asked few places that works with Pascal (Delphi and FPC), why
>> does th
On 29-4-2012 11:40, ik wrote:
> Hello,
>
> Here is something that I'm asking without really know anything about
> the subject, so please bear with me.
>
> I'ved asked few places that works with Pascal (Delphi and FPC), why
> does they use C as the infrastructure, and they all say that there is
>