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

[ale] C++ to C code converter



charlie hubbard wrote:

> Is there a way to convert c++ code to c code?  Isn't that what
> the compiler does anyway?

I don't know if there is a converter available, but the compiler does
not convert C++ to C.  At least the compilers I've used don't.  The
binaries for C++ are different and usually larger.  Generally, C
compilers generate code that runs faster.

> thanks
> charlie



--
Until later: Geoffrey           geof at abraxis.com

NT is secure.... as long as you don't remove the shrink wrap.