online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <iostream> using namespace std; int main() { string user_name; int num_insert; int x = 0; cout <<"what is your name"; cin >> user_name; cout << "hell nice to meet you " << user_name << " lets play a game together\n"; cout << " enter a number"; cin >> num_insert; cout << "great "<< user_name; if (num_insert >= 0 ); cout << "great, next"; }else cout << "okay,good"; 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