C++ how to read a line with delimiter until the end of each line?
Hi I need to read a file that looks like this… As you can see the type of each movie can vary from 1 type to many…I wonder how could I read those until the end of each line? I’m currently doing: the result is not what I want…It looks like: So it doesn’t stop … Read more