On Sep 29, 2009, at 9:48 AM, Dale Johannesen wrote: > > On Sep 29, 2009, at 9:37 AM, dilas dilas wrote: > >> I've read that LLVM can convert from C++ to C code. > > It does, but it does not supply a C++ library. You'll need to do > that. Right, also be aware of: http://llvm.org/docs/FAQ.html#translatecxx in particular, the caveats at the end. -Chris