Read a text file into dynamically allocated array and return a pointer to array[code] while (getline(inputFile, line)) { if (!inputFile.eof()) line += '\n'; *result += line; [/...
Read a text file into dynamically allocated array and return a pointer to arrayI have added some comments to the code you provided. Can you tell me if I am understanding each lin...
Read a text file into dynamically allocated array and return a pointer to arrayJust want to say that I sincerely am thankful for your help here. I am reading through all the sugg...
Read a text file into dynamically allocated array and return a pointer to arrayThank you for the tips...I am working them into my program now.
Read a text file into dynamically allocated array and return a pointer to arrayWhile I thank you immensely for your response I must admit we have not covered vectors. This seems ...
This user does not accept Private Messages