Re: Translating Free Pascal to GNU C



In article <us7n9158l5f0o6srv8scc4qpohjo5sb94k@xxxxxxx>,
Paul Mesken <usurper@xxxxxxxxxx> wrote:
>On Mon, 30 May 2005 18:02:15 -0500, Jack Klein <jackklein@xxxxxxxxxxx>
>wrote:
>
>>What you posted doesn't look all that much like Pascal, at least not
>>as I remember it. Have they added a 'sizeof' keyword to Pascal
>>lately? Or 'try' and 'except'? It's been some time since I did
>>anything with Pascal, but I am pretty sure none of these are part of
>>the language.
>
>Perhaps it's Delphi, Pascal's OO offspring. But I'm not at all ashamed
>that I don't know for sure ;-)
>

Nice to see Pascal to C translators, but the end-game require a manual
redo.
--
Member - Liberal International
This is doctor@xxxxxxxxxx Ici doctor@xxxxxxxxxx
God Queen and country! Beware Anti-Christ rising!
insert you thought here.
.



Relevant Pages

  • Re: #ifdef vs #if vs #if defined
    ... rather than a keyword, since keywords do not exist in these phases ... back and "notice" that "sizeof" is not only not-defined but will ... A suitable diagnostic, for a smart compiler that does this, might ... Reading email is like searching for food in the garbage, ...
    (comp.lang.c)
  • Re: Implementing
    ... > I need to know that in C how to implement sizeof() without using ... > reserved keyword which calls a function through the library function. ...
    (comp.lang.c)
  • Re: Implementing
    ... sizeof is an operator, not a function, in C. ... For all objects except variable length arrays the compiler knows from the declaration how large the object or type is and gives that value as the result of the operator. ... reserved keyword which calls a function through the library function. ...
    (comp.lang.c)
  • Re: Blank verse and style (was: Casting to unsigned char for isupper() and friends)
    ... I know we don't agree, but a keyword is not a function, and it is ... pleasant to easily differentiate between those classes during ... sizeof is not a function. ...
    (comp.lang.c)
  • Re: shared...
    ... the "shared" keyword marks the member as shared between all instances ... VB does have a "static" keyword, but this is reserved for local function ...
    (microsoft.public.dotnet.languages.vb)