Advertisement
lvm9

Untitled

Oct 26th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. struct Evento <<<< siempre con mayuscula
  2. nombres de las variables << como cualquier otra variable
  3.  
  4. struct Evento
  5. {
  6. int dia, mes, anio, horas, minutos;
  7. char actividades [15];
  8. }; // Aqui lleva punto y coma.
  9.  
  10. using namespace std;
  11.  
  12. int main()
  13. {
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. } return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement