Ok here is what I am trying to do at work as it's slower than a turtle in a race right now.
I have a log of text guessing about 40 lines total. the last three sentences are what I am after .. being 38,39,40.
I need to be able to read each sentence in as a complete string so that I can basically get my total 40 sentences stored in an array of some type (string array prefferably) so I can simply output to the screen just those last 3 sentences.
I appreciate the help, Im getting back into coding now that I have a job that lets me use some of it so any help would be appreciated.
I understand getline only takes in chars, and have been able to read in a whole file using it, but I am wanting to be able to have control over each sentence itself.