Tema: Error en c++
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/10/2010, 12:54
markohck
 
Fecha de Ingreso: octubre-2010
Mensajes: 4
Antigüedad: 14 años, 2 meses
Puntos: 0
Respuesta: Error en c++

Poniendolo como tu me lo has puesto me salen los siguientes errores:

gcc -Wall -c "variables2.c" (en el directorio: /home/marco)
variables2.c:3: warning: return type defaults to ‘int’
variables2.c: In function ‘main’:
variables2.c:12: warning: implicit declaration of function ‘getch’
variables2.c:13: warning: control reaches end of non-void function