Skip to content

Commit

Permalink
algo
Browse files Browse the repository at this point in the history
  • Loading branch information
larafava committed Nov 23, 2023
1 parent 70c2149 commit f933b52
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 315 deletions.
3 changes: 1 addition & 2 deletions Proyecto/libreria/funciones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ void leerAsistencias(string archibinrd) {
sAsistencia asistencia;
while (f.read((char*)&asistencia, sizeof(sAsistencia))) {
cout << "ID del cliente: " << asistencia.idCliente << endl;
cout << "Cantidad de cursos a los que se inscribió: "
<< asistencia.cantInscriptos << endl;
cout << "Cantidad de cursos a los que se inscribio: "<< asistencia.cantInscriptos << endl;
for (int i = 0; i < asistencia.cantInscriptos; i++) {
cout << "ID clase: " << asistencia.CursosInscriptos[i].idClase<< endl;
cout << "Fecha de inscripcion: "<< asistencia.CursosInscriptos[i].fechaInscripcion << endl;
Expand Down
Binary file removed Proyecto/main/asistencias_1697673600000.txt.dat
Binary file not shown.
61 changes: 0 additions & 61 deletions Proyecto/main/iriClasesGYM.csv

This file was deleted.

Loading

0 comments on commit f933b52

Please sign in to comment.