"Alexander Shabanov" <avshabanov@xxxxxxxxx> writes: > Does anybody know if it is possible to produce C code from C++ using gcc (g++)? > I know that gcc can produce an assembler output using the `S' option, > but can that code be translated to the certain "crossoplatform" > assembler - C code? May be there is some unofficial project which is > regard to this? > If yes, could you please refer me to the existing documentation? It is not possible. I do not know of any existing projects trying to implement this. Ian