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
ideone (ideone.com
) provides its API and service (ideone.com/api
) for free. You should try it.