Re: C++ object interfaces to C

"Roberto Waltman" <bad.address.to.avoid.spam@bellatlantic.net>
26 Nov 2002 22:10:06 -0500

          From comp.compilers

Related articles
C++ object interfaces to C djg@tramontana.co.hu (Gabor DEAK JAHN) (2002-11-24)
Re: C++ object interfaces to C bad.address.to.avoid.spam@bellatlantic.net (Roberto Waltman) (2002-11-26)
Re: C++ object interfaces to C syring@email.com (Karl M. Syring) (2002-11-26)
| List of all articles for this month |

From: "Roberto Waltman" <bad.address.to.avoid.spam@bellatlantic.net>
Newsgroups: comp.compilers
Date: 26 Nov 2002 22:10:06 -0500
Organization: Compilers Central
References: 02-11-145
Keywords: C++
Posted-Date: 26 Nov 2002 22:10:06 EST

<djg@tramontana.co.hu> wrote:
>Do you know of any conversion tool that could translate C++ object
>interfaces into C (OLE or similar)? <...> something to help turn a class
>definition of a few private fields and public methods into the
>old-fashioned, macro-intensive C-style vtbl and method declarations
>(like those in the Windows header files).


The first thing that comes to mind is a C++ to C translator
like the original AT&T Cfront or the current products from
Comeau. ( http://www.comeaucomputing.com/ )




Roberto Waltman


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.