Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. struct Item
  2. {
  3. int id_usuario;
  4. std::string retiro_dt;
  5. int retiro_estacion;
  6. std::string anclaje_dt;
  7. int anclaje_estacion;
  8. // ...
  9. };
  10.  
  11. #include <vector>
  12.  
  13. std::vector<Item> listado;
Add Comment
Please, Sign In to add comment