Posts by dcsp • 11 points
1 post
-
1
votes0
answers492
viewsQ: Store contents of file . txt for a vector and vice versa
Good evening. I need to read a text file and store each book (Struct book) in an array of books. The code has functions to add, edit, delete and view in the array each book. I cannot properly save…