hello,
I am developing a website for which I need an online c/C++ compiler for testing codes online.
Is there any possible and feasible solution for this.
i need this compiler so that students can test there code online.
Thnx in avance
hello,
I am developing a website for which I need an online c/C++ compiler for testing codes online.
Is there any possible and feasible solution for this.
i need this compiler so that students can test there code online.
Thnx in avance
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)