suggest some online compiler for c/c++ [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
开发者_StackOverflow社区 Improve this questionI am developing a website for which I need an online C/C++ compiler for testing code online.
Is there any possible and feasible solution for this?
I need this compiler so that students can test their code online.
Codepad
For others languages too!
You can also try this: Comeau online compiler
- Codepad - C, C++, D, Haskell, Lua, OCaml, PHP, Perl, Python, Ruby, Scheme, Tcl
- The Zamplizer Bash, C#, C++, Groovy, Haskell, Java, Perl, Python, Ruby
- CodeIDE Pascal, BASIC, C++, Asm, Perl, Javascript, HTML, Flex, MySQL, Prolog,Lisp
- Comeau - C/C++
There's one: Online Compiler
You have to use a normal compiler and redirect the stdout and stderr to your website. Afaik there is no existing solution for this but you could ask the guys from Codepad how they made it.
I only know the Comeau online compiler.
For sure this is the compiler people refer to when then want to know whether a code snippet respects the ISO C++ Standard (including upcoming new C++0x features)
You can try ideone.com
liveworkspace.org
gcc-4.6.0 release + boost-1.46.1
精彩评论