Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/12/2015, 02:01
andysierra
 
Fecha de Ingreso: diciembre-2015
Mensajes: 1
Antigüedad: 9 años, 1 mes
Puntos: 0
Pregunta que hay de malo?

#include <iostream>
using namespace std;

int *boundX, *boundY, *posX, *posY, i;

int main(){
*boundX = 3;
return 0;}