How to read a row of integers and store in a dynamic-sized vector?
I currently read the string as a string (though the input is only integer) using gets, the only way that worked.
The code looks like this:
type def struct{char entradas[50];} Processo
int main(){[...] Processo processos; gets(processo[i].entradas); }
And it works, but I need to be variable this size of entries []