[quote user="gilles peltier"]This page indicates that Multiple Inheritance, for example, is not supported.[/quote]
That's true only if you use the option --embedded_cpp (or -pe for short). By default all of C++ is supported, except for run-time type identification (RTTI) and exceptions. And even those features can be enabled with --rtti and --exceptions, respectively.
Thanks and regards,
-George