开发者

Is there a fiddle type thing for c++ and other languages? [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

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 question

I 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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜