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

Viewed 11494

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?

4 Answers
Related