Hello friends
i want to read the contents of file line by line
how i can do that
i want to read the contents of file line by line
how i can do that
getline(filename,lineoffile); //filename is the name of your file // lineoffile is the line of the file you want to read
Comment