online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
//Listing 14.07 Using Command-line Arguments #include <iostream> int main(int argc, char **argv) { std::cout << "Received " << argc << " arguments...\n"; for (int j = 0; j < argc; ++j) { std::cout << "argument " << j << ": " << argv[j] << std::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