so i'm trying to read in names and addresses from a .txt file into my program...but as of now i'm just trying to test my method of getting the data by getting one name from the .txt and posting it in my code but I am getting stuck at this point...i know that the problem is somewhere in the recieving and printing the data in my code in my .cpp file! but i can't seem to get it...any tips would be very appreciated!!!! Thank you!
by the way the printName functino in the Name class isn't the issue with why it is not printing...it was a different technique i tried to use before hand...all that is needed to make it print should be in the .cpp file...that is where the problem is but i just can't find out what.