online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int int_0 = 0xDEADBEEF; char* string_0; // === ADDED === int count = 0; // ============= int main() { int num; do { num = int_0; // ==== ADDED ==== count++; printf("count = %d\n", count); // =============== } while(1 == 0); switch(num) { default: string_0 = "makeAmerica..."; break; case 0: case 1: case 2: case 3: case 4: case 5: break; } 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