【转】在线编译 C 语言源码至 EXE

这篇文章是我很早很早以前发布在百度空间中的一篇个人博客。当时的博文排版都很差,甚至很多转载的内容。

而这批博文却是我在互联网中留下最早的足迹,记录着我小学、初中的所思所想。所以我 使用了爬虫将这批珍贵的文字永远地存储在了我的个人服务器中,以防止某一天因为网络服务的下线而彻底消失。


无意中找到的一个网站,提供c语言的编译,编译通过会下载一个编译好的.exe

http://www.delorie.com/djgpp/compile/

===说明===

DJGPP Public Access Cross-Compiler

这项服务正在为它提供了方便用户谁需要能够生产小型DOS的程序并没有机上有一个编译器访问DOS到1。 This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it. 也不能保证这项服务将可在未来,我有权禁用它,当我需要自己的CPU周期。 There is no guarantee that this service will be available in the future, and I reserve the right to disable it when I need the CPU cycles myself.

目前有一个1000字节的限制和20万源字节的可执行文件。 There is currently a limit of 1000 source bytes and 200,000 executable bytes. 只有C程序是允许的。 Only C programs are allowed. 该图书馆将与数学符号信息,只有将被剥夺。 The math library will be linked in. Symbol information will be stripped. 如果编译成功,你将得到的是二进制文件(EXE格式),否则你会看到你的编译的结果。 If compilation is successful, all you will get is the binary (exe format), else you will see the results of your compilation.