Nov 19, 2002 #2 xwb Programmer Jul 11, 2002 6,828 GB Opening ifstream bookworm("ABook.txt" Reading one line string rope; getline (bookworm, rope); Closing it closes when it goes out of scope. Upvote 0 Downvote
Opening ifstream bookworm("ABook.txt" Reading one line string rope; getline (bookworm, rope); Closing it closes when it goes out of scope.