Run C ++ code on the Internet?

Is there a website where I can run C ++ code on the Internet? I saw several compilers, but is there one that can also get input from cin? I want one that can basically host C ++. Exe on the Internet, and even more preferred is that it looks like a VC ++ platform.

+6
source share
8 answers

You can try rextester . Currently g ++ 4.7.2 with additional libraries and the ability to supply compiler arguments.

Edit Visual C ++ is also supported now.

+10
source
+11

: Microsoft -, , :(


Microsoft - Visual C++ : http://webcompiler.cloudapp.net/.

( ?) , cin :(

.

+5

, Ideone . stdin.

+4
+1

TutorialsPoint ++ Coding Ground , GNU bash . , , Ideone.

[. ++, ++ 0x ++ 11, ++ 14, -std=c++1y. , ++ 17.]

0
0

There is Wandbox.org that offers GCC and Clang up to the latest versions (as of November 2018). He has one stdin.

I would not say that it is a VC ++ platform.

0
source

All Articles