I'm just curious if there's a more streamlined way to do so though. Cause at first I thought simply the while(getline(cin, title)) would do it, but then realized that even a blank line would be read in, thus it would never exit the loop. Any better way to do so would be most appreciated