Possible Duplicate:
Is there a web application that can replace an IDE like Eclipse?

I am preparing for technical interview and would like to brush my coding skills. I have written a C++ program and would like to test it online. I don't have access to any linux compiler on my machine. Where can I do it? I have perception that I can do it in code.google.com -> Google Code Playground

but I don't see where I can choose my compiler.

I have written a simple C hello world program in "edit code" panel and have clicked on "Run code" but it has been a while and nothing appears in bottom output window.

Please help. Thanks,

link|improve this question

25% accept rate
feedback

migrated from superuser.com May 29 '11 at 14:22

This question came from our site for computer enthusiasts and power users.

closed as exact duplicate by phwd Aug 17 '11 at 5:05

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

Try something like ideone. The compilers are on the left hand side there.

link|improve this answer
feedback

It might be more productive to download any number of compilers, including Visual Studio Express (free), to test your c/c++ code.

Otherwise, there is http://codepad.org/

link|improve this answer
feedback

You might want to try CodePad. It supports C++.

link|improve this answer
feedback

Other online compilers include Compilr & OnlineCompiler

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.