online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { /* code */ cout<< "argc: "<<argc<<endl; cout<< "argv[0]: "<<argv[0]<<endl; cout<< "argv[1]: "<<argv[1]<<endl; cout<< "argv[2]: "<<argv[2]<<endl; cout<< "argv[3]: "<<argv[3]<<endl; 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