Hi,
So I´m trying to read from a file into an array.
First I read through the file with getline and from there I read the file into a function that takes out the information that I need for the program.
How can I red the information that I end up with into an array ?
Hello Lado,
Good question. If I know what you have done and what you have to work with I would know what to tell you.
Post your code and the input file or at least a sample of the file and we can figure out what to do.
Andy