online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; union U { int entero; double flotante; }; int main() { U uni; uni.entero = 20; cout << "uni.entero\t\t:\t" << uni.entero << endl; int nota = uni.entero; uni.flotante = 19; cout << "uni.flotante\t:\t" << uni.flotante << endl; // leyebdo el mismo patrón de bits como la representación de un valor entero cout << "uni.entero\t\t:\t" << uni.entero << endl; int n=10; cout<<3en; 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