Is there a fiddle type thing for c++ and other languages? [closed]
We 开发者_StackOverflow社区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 7 years ago.
Improve this questionI remember seeing once a jsfiddle type of thing (online compiler) where you can specify the language (c, c++, asm) and the input and output and it compiles it and displays the output from the website.
Anyone know what I'm talking about?
There are many, two most popularly used here in SO are:
Ideone.com
codepad.org
And all you have to do to find more is use google. A simple search yields thousands of results. I usually stick the two I mentioned above because I have seen them working reliably.
codepad and ideone?
You can try codepad, but it doesn't have input options afaik.
ideone is created for programming contests, like spoj, and allows input, output and file saving.
You can now find most of the fiddles at https://fiddles.io/
精彩评论