Any Online compiler you know for C or other langua

2019-03-08 21:15发布

Any online C compiler that you know which can do the following:

  • Compile and execute the C programs online
  • File handling
  • System functions like exec(), system(), fork()

Or any compiler which does not need installation procedure (I mean that you can just copy paste a folder to run the compiler easily)

Note:Please do not propose Turbo C.I know some online compilers at codepad.org (gcc). I was using codeide.com but its out of service now I think. And as asked above online compiler will be a best advice that you can give for me.

My environment is Windows ... Thanks in advance. Any advices on other Language compilers are also invited

12条回答
Animai°情兽
2楼-- · 2019-03-08 21:34

For Python and Sage, try out http://live.codenode.org. It is also open source under the BSD license, so you can be download and run it from your own computer, more info is here: http://codenode.org

查看更多
够拽才男人
3楼-- · 2019-03-08 21:36

We have another compiler for C and C++ here: http://www.codepad.org/

查看更多
老娘就宠你
4楼-- · 2019-03-08 21:40

DJGPP Public Access Cross-Compiler (C/C++, DOS32, based on GCC)

查看更多
ら.Afraid
5楼-- · 2019-03-08 21:41

Maybe my answer is a bit late, but we have created an online compiler and IDE where you can run and create your files using just a browser.

At the moment we support a few languages (C, C++, ObjC, Java, Pascal, Fortran) and a simple file system, but we will enable many more features for better coding and debugging during the near future.

All the features offered at the moment are completely free and there is no registration needed (you can register though in order to keep your files online).

You can try our service here: www.sourcelair.com

查看更多
看我几分像从前
6楼-- · 2019-03-08 21:42

yet another online compiler:

http://cmpe150-1.cmpe.boun.edu.tr

It supports sytax highlight, indentation etc. I wrote it as a part of my MS thesis

PS: did not test fork command

查看更多
戒情不戒烟
7楼-- · 2019-03-08 21:43

One of the better lists for C++ is isocpp Getting Started page. Unfortunately Cameau's seems to be disabled for now. LiveWorkspace has been in maintenance mode for a while and it is not clear when it is coming back, which is unfortunate since it has a simple interface and when it was working allowed you to switch between gcc, clang and intel very easily.

Of the ones that are left Coliru is the most powerful, you have a full command line available and you can save files and therefore uses multiple files in your project.

The isocpp list somehow is missing codepad which although rather primitive along with Coliru allows you to use boost.

Coliru, ideone and codepad all support many other languages as well. The list of languages supported by ideone and codepad is pretty large and is obvious on the main pages with Coliru you don't have a list but besides C and C++ it also supports python, perl and ruby.

查看更多
登录 后发表回答