c - 什么编译器支持多编程语言?

标签 c visual-studio delphi visual-c++

我知道这听起来很疯狂,但我只想问一下编译器是否支持多编程语言?像 Delphi 也可以支持 C/C++/C# 等?如果有,请告诉我。或者如何?

最佳答案

The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada

http://gcc.gnu.org/

关于c - 什么编译器支持多编程语言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2964119/

相关文章:

c - 变量的范围和生命周期

c# - 字符串到数组,按第三个字/列排序

c++ - 在 Visual Studio 2010 中将输出消息写入 'output window' 的最简单方法?

visual-studio - 第三方 Visual Studio 片段

delphi - 使用控制台应用程序报告关闭时的内存泄漏

Delphi - 多个 ADOQuery

涉及 ; 的结构数组的编译错误代币

c - 如何在C中以逗号分隔的十六进制字符串打印定义的int?

c - 可能的 GCC 错误 : Long arguments shortened when linking a library to project. C\C++

Delphi TRttiType.GetMethods 返回零个 TRttiMethod 实例