'suggest some online compiler for c/c++ [closed]
I 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.
Solution 1:[1]
You can also try this: Comeau online compiler
Solution 2:[2]
- 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++
Solution 3:[3]
There's one: Online Compiler
Solution 4:[4]
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.
Solution 5:[5]
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)
Solution 6:[6]
You can try ideone.com
Solution 7:[7]
My blog has a coding panel which you can try out C/C++ code in a quick manner. All code editors above requires a page reload when compiling code. This one uses AJAX and doesn't require a page reload, and hence creates a more interactive experience. Just click on the "Show i has 1337 code coding panel" to pull up the code editor.
Solution 8:[8]
liveworkspace.org
gcc-4.6.0 release + boost-1.46.1
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Naveen |
| Solution 2 | Nadir SOUALEM |
| Solution 3 | Darin Dimitrov |
| Solution 4 | icefex |
| Solution 5 | Gregory Pakosz |
| Solution 6 | kuszi |
| Solution 7 | 1337c0d3r |
| Solution 8 | oHo |
