Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/11/2009, 08:52
stiwi222
 
Fecha de Ingreso: noviembre-2009
Mensajes: 186
Antigüedad: 15 años, 5 meses
Puntos: 2
ayuda con code:blocks

cuano intento compilar este codigo

#include <stdio.h>
#include <conio.h>

int main()
{
gotoxy (20, 10);
printf( "Hola" );

return 0;
}

me dice

Untitled1.c||undefined reference to `gotoxy'|

tambien me sale lo mismo con clrscr

¿como soluciono esto?

Última edición por stiwi222; 07/11/2009 a las 09:18