Good night everyone, I'm doing a program in c that has to read a file and save the data, each line of the file representing the data of a client, how do I save the data by separating it by "; " and ","? The file to read is:
.txt file 1 ; Family; 2 ; 2 ; I 3, M 3, BR 4, AL 2 2 ; Individual; 1 ; I 2, M 2 3; Family; 1 ; 0; AB 2, AM 3, AL 5, BR 2 4; Individual; 0; AL 3, BR 2