Ok i have a file of names that looks like this:
john
mary
joe
matthew
im trying to use a for loop to store each name in a variable or string so i can use a for loop again later to output each name
im pretty new to c++ and i cant figure this out
i can only figure out how to read 1 line from a file
thanks in advanced to anyone that helps :P