1
Someone would help me create an array-like structure so I can implement a struct containing an ID, a priority (medium, low, high, urgent) and a phone?
basically:
typedef struct Atividades{
int id;
int telefone
char prioridade[20];
}
I would have to record this in a list of arrangements, list of arrangements only learned using vector, someone would know how to implement using struct?
helped a lot! thanks!
– Vinícius Barbosa
@Viníciusbarbosa helped herself "a lot", so mark the answer as accepted
– zentrunix