Sort the list by book title and print the list of titles and author's last names after the list is sorted. (Don't worry about the rules for "The" and "A")
Sort the list by wholesale or retail price and print titles and prices in descending order of price.
Sort the list by original publication date and print titles and dates oldest to newest.
Sort the list by author last name (and first name if needed) and print titles and author's full name in complete alphabetical order.
This is from a doubly linked list from data read in from another file. Also:
Add a new book to the database and insert it into the list in ISBN order and print the list after the addition.
Delete a book from the database and print the list after the deletion.
Change the values in any member field of an existing book in the database and print that book after the change is complete.
I only need to do one of the last three above. Any suggestions?????????? i really need help on this.
This is for C programming.
Read-Only
Author Andrew Neil
Posted 6-Dec-2004 00:31 GMT
Toolset None
RE: doubly linked lists in C
Andrew Neil
Does this have anything to do with Keil tools?
Read-Only
Author Al Bradford
Posted 6-Dec-2004 01:46 GMT
Toolset None
RE: doubly linked lists in C
Al Bradford
Suggest that you review the SAM's C PRIMER PLUS book. The examples are there. Of course your instructor reads this forum also.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.