tags:

views:

175

answers:

4

Hi, Can someone give me a link to a good online C++ compiler and an evaluator? I once bumped into such a site but I don't remember the name now. Thanks

+6  A: 

http://www.comeaucomputing.com/tryitout/

aaa
This is the best one if your'e looking for Standards-compliance
John Dibling
but it compiles only, doesn't link
Armen Tsirunyan
Yeah. It can't execute I guess. I need an evaluator also.
nakiya
A: 

This seems to be something you could use for compiling. But it seems that it doesnt run your code.

phimuemue
+8  A: 

http://ideone.com

SLaks
Yeah, that one is pretty cool. Many languages to choose from!
Bart Kiers
Yep, this is the one I stumbled upon. Thanks for memorizing for me :D.
nakiya
+2  A: 

CodePad is what I use, and what I recommend.

Ruel