Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/02/2010, 15:32
Froroth
 
Fecha de Ingreso: febrero-2010
Mensajes: 39
Antigüedad: 15 años
Puntos: 0
Respuesta: uso del typedef

Código C++:
Ver original
  1. struct
  2. {
  3.     int identificador; 
  4.     char nom[30];  
  5.     float saldo;
  6. }typedef datos;