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

Re: c++ to c converter



On Mon, 10 May 1999 23:17:37 +0300, Liran Zvibel <liranz@actcom.co.il> wrote:

>Quoting Peter L. Peres <plp@actcom.co.il>:
>> On Sun, 9 May 1999, Erez Doron wrote:
>> 
>> >HI
>> >
>> >anyone knows of a linux util that converts c++ source to c ?
>
>If I'm not mistken, old versions of g++ did right that. Try looking in the
>archives.

It's not old versions of GCC. It's the original AT&T cfront, and it's
derivatives.

In any case, even if you *do* get a copy of cfront, it's machine generated C
code, and probably not very much readable or maintainable.

Udi