tags:

views:

59

answers:

1

Is there any website which offers C++ IDE to run the codes in the cloud? Something like this which is for Python and matlab (octave in fact);

+2  A: 

This one is nice for short snippets : http://codepad.org/ Or this one : http://ideone.com/

There is a lot of other websites proposing online compilers on google : http://www.google.com/search?q=online+c%2B%2B+compiler&hl=en&ei=2whaTJaUPIb20wTL1_3jCA&start=10&sa=N

Klaim
The problem of this website is that if the outputs are not in the standard I/O, it doesn't show them.
Kamran
I just tried using std::cout and it work nice. That said it can't use input, yes.I remember another website I'm searching now. It was a C++ project ide free and online, but limited in source files space. If I can find it it would be a good answer for you.
Klaim
Thank you but I mean if you write the outputs in a file, this website (codepad.org) doesn't show them.
Kamran
Right, but it's hard to get a file from this kind of website anyway. You can say it's not really "the cloud"... I'm searching for this website, I think it was http://www.codeide.com/ but it seems offline now... http://www.codeide.com/
Klaim
Anyway, maybe it's a good day to make a new cloud web app that let you do this exactly like you meant!
Klaim