online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> #include<map> #include<string> #include<vector> #include <iostream> void dothis1() { std::cout<<"entered dothis1"<<std::endl; } void dothis2() { std::cout<<"entered dothis2"<<std::endl; } void function1() { std::cout<<"entered function1"<<std::endl; //call dothis1 dothis1(); //now call dothis2 dothis2(); } int main() { //call function1 function1(); return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue