简体   繁体   中英

Is there a portable C compiler for windows?

I want to carry one in my flash drive and run it.

Thanks

TCC(Tiny C编译器)适合软盘,不需要安装。

MinGW is a pretty good one and can be easily copied to a flash drive. Admittedly this is a port of GCC, but it works well in Windows. A drawback of this compiler is that it does not understand some of the specific Microsoft keywords that can be used when compiling with cl.exe .

如果你想要Pocket C ++ (它的便携式)接口来自Notepad ++ ,你可以尝试使用它非常简单和友好: https//github.com/dacap/pocketcpp

You can use DevCpp

https://sourceforge.net/projects/orwelldevcpp/

It supports C, and C++

I personally prefer the Portable C Compiler

Windows download: here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM