I present my problem, I have this struct:
typedef struct
{
char nombre[20];
unsigned int dni;
tfecha nac;
}tperfil;
typedef struct
{
int d, m, a;
}tfecha;
of which I have an array of the same and the idea of the counter is...
asked by
06.01.2017 / 17:11