online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; int main() { int menu; cout << "MENU" << endl; cout << "1- INFINITE HEALTH" << endl; cout << "2- INFINITE AMMO" << endl; cout << "3- INFINITE SHIT" << endl; cin >> menu; switch(menu) { case 1: cout << "INIFNITE HEALTH" << endl; break; case 2: cout << "MORE AMMO" << endl; break; default: cout << "WRONG INPUT" << endl; } system("PAUSE"); }

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