Online API to integrate C++ compiler to a website

Akshay J D picture Akshay J D · Apr 23, 2013 · Viewed 10.3k times · Source

I would like make a online code editor with a C++ compiler integrated into my website. Are there any API to do the same. Any service which allows to compile and execute codes from user.

More specifically ,is there any service like ideone.com which i can embedd on my site for free

Answer

Mark Garcia picture Mark Garcia · Apr 23, 2013

ideone (ideone.com) provides its API and service (ideone.com/api) for free. You should try it.