Ver Mensaje Individual
  #9 (permalink)  
Antiguo 12/11/2003, 14:22
tomed
 
Fecha de Ingreso: noviembre-2003
Mensajes: 38
Antigüedad: 20 años, 6 meses
Puntos: 0
Cita:
Mensaje Original por The_One.exe
vale!!!
Pero mira
como se usa?

#include<curses.h>
main(){
move(10,20);
print("algo");
}
me tira un error
#include<curses.h>
void move(int x, int y);
main(){....
....}
tampoco me resuta..... se te ocurre algo

¿Qué dice exactamente el error?