Originally Posted by
WaltP
Yes. But it depends on lots of things -- format of the file, what the array looks like, what delimiters are in the string. Details help make decisions.
the .txt file is...
Joe Cruise E1111
Bill Bones E2222
Sue Smith E3333
Tom Turpin E4444
Ron Stewart E5555
Mindy Sweet E7777
and the class file employee has string firstName, string lastName, string employeeID.
i want to use an array in my int main to write those names and ID's to the class....
is that possible and if so how would I even start to do it?