Re: translating oo features to C



On Jan 31, 11:32 am, Mark Bluemel <mark_blue...@xxxxxxxxx> wrote:
dvangu...@xxxxxxxxx wrote:
I was wondering if there are any open source compilers out there to
translate the C++/Java/C#-like object model to C. Thanks,

An early C++ "compiler" perhaps?

As I understand it, C++ was initially precompiled to C source.

yep cfront did it (the original compiler for AT&T). I think comeau c++
compiler still does that: from C++ sources it generates C code
http://www.comeaucomputing.com/.
.