Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c++

c

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?

like image 338
qwertymk Avatar asked Jun 14 '11 03:06

qwertymk


People also ask

Whats harder C++ or Python?

Is C++ Harder Than Python? Yes, C++ is harder to learn and work with than Python . The biggest difference is that C++ has a more complex syntax to work with and involves more memory management than Python, which is both simple to learn and use. Python is considered a better beginner programming language.

Is C++ still relevant 2022?

As per the TIOBE index of 2022, C++ lies at 4th position in the world's most popular language. The career or job opportunities for C++ programmers are enormous because C++ is an old language, and a lot of code is already written in this language.

Why is C++ so hard?

C++ is hard to learn because of its multi-paradigm nature and more advanced syntax. While it's known to be especially difficult for beginners to learn, it's also difficult for programmers with no experience with low-level languages.

Is C++ the most powerful language?

Bottom line, C ++ is the Zeus of programming languages. As C++ is still the most powerful and the fastest among all the programming languages so this is another reason why C++ is the best programming language that you should learn.


2 Answers

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.

like image 151
Alok Save Avatar answered Sep 21 '22 18:09

Alok Save


codepad and ideone?

like image 25
Duck Avatar answered Sep 22 '22 18:09

Duck