开发者

C++ compiler which I can bundle with my application

开发者 https://www.devze.com 2023-03-08 04:45 出处:网络
I\'m working on developing my own programming language, and to generate executables I wished to convert the source to C++ and the run it through a C++ compiler.

I'm working on developing my own programming language, and to generate executables I wished to convert the source to C++ and the run it through a C++ compiler.

Does anybody know of a C++ compiler which I can simply include with my application and then invoke from the command line without installation?

I'm using Windows.

Thanks in advance, Tom.

开发者_StackOverflow社区

Edit: It seems gcc is the way to go and it would be a pain to set up, would people recommend bundling the installation file instead and then installing the compiler as part of the installation of my program?


Have you tried gcc (the windows port)?

0

精彩评论

暂无评论...
验证码 换一张
取 消