Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!cs.utexas.edu!yale!cmcl2!lanl!beta.lanl.gov!jsj From: jsj@acl.lanl.gov (John Stephen Junkins) Newsgroups: comp.lang.c++ Subject: Re: c++ to c convertor. Message-ID: Date: 10 Jan 91 22:03:18 GMT References: <1355@ucl-cs.uucp> Sender: news@lanl.gov Organization: Advanced Computing Lab, LANL, NM Lines: 11 In-reply-to: G.Joly@cs.ucl.ac.uk's message of 9 Jan 91 11:22:36 GMT >> ..Know of a good c++ to c converter?..... Well, Why not use AT&T's C++ compiler (CC, C-front) with the -Fc option. Remember that CC is merely a pre-compiler which converts C++ to C, then invokes the good old C compiler. The -Fc option just spits out the C code without invoking the C compiler. I might add that c++ to c is moving in the wrong direction and a few of our readers might be shaking their fingers at you. Stephen.