i am having a problem with developing a c++ code using a linked list implementation. The aim of the project is to make abook index.
the linked list contains, list that is dedicated for storing words and each word node has its own another list called page, which stores the page where the word is found in the file and each page has its own node. If a word is repeated the only thing that is perfomed is appending the page to that words page list and if the page already exists it will discard it. the book indexing program contains the following functions > read a list of words from a file "book.txt" and appends the read word to the inked list in sorted manner. > search from the list of words that are indexed >destroy the whole list(page and word) >delete a specific word >if possiblie the line number can be also added please, please i appriciate ur kind support. Ind i am fully confident that i will get smoe source codes from u. thanks...
