C++ frontend only compiler (convert C++ to C)

后端 未结 7 677
再見小時候
再見小時候 2020-12-04 17:16

I\'m currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC terminals, MBED and even the Nintendo GBA/DS). How

7条回答
  •  余生分开走
    2020-12-04 17:34

    Out of date, but maybe you want to try cfront?

    I'll leave this for information - cfront doesn't have exception support.

提交回复
热议问题