There is a txt file "semiya.txt" in which there is a list:
мама папа брат сестра (in the column). We need to create another txt file "ishod.txt", which would look like this:
0="мама", 1="папа", 2="брат", 3="сестра", (after the comma a new line begins, i.e. also in the column).
Tell me how to implement this in C ++!