Hello,
I'm learning C++ and i want to know how i can develop a program that reads a file like a database, but the program don't know how many lines or columns the file have, and the file is like this:
"Name Test" "1901" "email@test.com"
"John Google" "6673" "john@test.com"
And how i can remove the quotes automatically, remember that this is a test file, the program have to read more lines or not and the program don't know how many lines and columns are, this is my difficult.
Thanks,
Nathan Paulino Campos