Console ready... press Ctrl+Enter to compile code
CCompiler coded by Javi Agenjo @tamat (April 2014)
DESCRIPTION
CCompiler is webapp that allows you to code in C++ inside the browser and see the execution result instantly.
Everytime you compile the code is sent to the server where is converted to ASM JS using emscripten.
The resulting code is retrieved and executed inside a WebWorker.
HELP
Ctrl + S - save the session
Ctrl + L - load last saved session
CREDITS
CodeMirror + Emscripten
More info about how is made can be found in my blog post.