Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/07/2010, 15:51
scmbg
 
Fecha de Ingreso: junio-2010
Mensajes: 22
Antigüedad: 13 años, 10 meses
Puntos: 1
Respuesta: Error en estructura(no semiclon at end of struct)

Usa scanf en lugar de gets al momento de leer.

O por que usas gets? A mi me manda un warning al usar gets, y es con el linker.

Código:
test.cpp:(.text+0x1f3): warning: the `gets' function is dangerous and should not be used.