Compiling C++ for the JVM

后端 未结 2 1072
温柔的废话
温柔的废话 2020-12-13 03:44

When compiling C++ you of course use a compiler for the target platform you want to compile for. Is there a C++ compiler that targets the JVM (so instead of using the Java \

2条回答
  •  爱一瞬间的悲伤
    2020-12-13 04:35

    As I have answerd on this similar SO question there is a new kid in town called gcc-bridge. It's a maven plugin and supports all the gnu laguages like c, c++, fortran.

提交回复
热议问题