Hi.
I try to convert set of string inside a text file into array list. But I encounter some error. I use the method of reading a text file line by line. After that, I try to convert the set of string into char array list.
Wrong getline toexii, it's correct.
Just remove the .c_str() from line 19 and you're good to go (c_str() is a function from the string class to convert it into a char array)