online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main(int argc, char **argv) { if(argc == 2) { printf("Bienvenido, exploiter %s!", argv[1]); return 0; } else { fprintf(stderr, "Usage: %s + <name>", argv[0]); return 1; } }

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