Search code examples
c++visual-c++

Run C++ Code Online?


Is there a website I can go to to run C++ code online? I have seen a few compilers, but is there one that can also receive input from cin? I want one that can basically host a C++ .exe online, and even more preferable is if it is like the VC++ platform.


Solution

  • You may want to give rextester a try. Currently g++ 4.7.2 with boost libraries and ability to supply compiler args.

    Edit Visual C++ is also supported now.