HELP!! Implementing a search to match the specified author and displaying a book by the specified publisher
Posted
by
Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2011-02-17T07:19:35Z
Indexed on
2011/02/17
7:25 UTC
Read the original article
Hit count: 187
Hey guys! So i'm having problems with my assignment. I successfully got it to run multiple last names by the author, but now, I need to find all books by author, which means searching the collection for all books that match the specified author and I also need to find all books by publisher, which displays a list of books by the specified publisher. How would I implement this? Would I use string or vector? Any help will be much appreciated!
© Stack Overflow or respective owner