Related articles |
---|
translating oo features to C dvanguard@gmail.com (2008-01-31) |
Re: translating oo features to C csaavedra@alumnos.utalca.cl (Claudio Saavedra) (2008-02-02) |
Re: translating oo features to C DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-02-02) |
Re: translating oo features to C calin.dumitrescu@gmail.com (Calin Dumitrescu) (2008-02-05) |
From: | Hans-Peter Diettrich <DrDiettrich1@aol.com> |
Newsgroups: | comp.compilers |
Date: | Sat, 02 Feb 2008 17:36:49 +0100 |
Organization: | Compilers Central |
References: | 08-02-006 |
Keywords: | OOP |
Posted-Date: | 04 Feb 2008 13:04:52 EST |
dvanguard@gmail.com wrote:
> I was wondering if there are any open source compilers out there to
> translate the C++/Java/C#-like object model to C.
What are your expectations?
C++ started as a preprocessor, converting C++ source code into C. You
may still find such a tool in some archive.
With regards to Java/C#, both have have automatic garbage collection.
Even if it's possible to add garbage collection to an application, I
doubt that the results will be impressive, without major (automatic)
changes to the original program structure.
DoDi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.