online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// Coordenada #include <iostream> using namespace std; typedef struct { int x; int y; } Vector; int main() { Vector v = {4,3}; cout << "Las coordenadas son: (" << v.x << "," << v.y << ")." << endl; }

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