943,569 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 376
  • C++ RSS
Jul 27th, 2009
-1

link list accessment

Expand Post »
1. Write a C program to read a list of books from a file and create a linked list to store them. The purpose of this program is to keep track of the books kept in a shelf. The shelf is a three-tier shelf and each tier can store up to 4500 pages maximum. The books are kept in alphabetical order (ascending).

i have the answer in c++ code can anyone help me change back to c code .thanks
Attached Files
File Type: txt c++ link list.txt (5.2 KB, 5 views)
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
funjoke88 is offline Offline
11 posts
since Jul 2009
Jul 27th, 2009
0

Re: link list accessment

Click to Expand / Collapse  Quote originally posted by funjoke88 ...
i have the answer in c++ code can anyone help me change back to c code .thanks
So you found some code on the interwebs but, too bad for you, it's in the wrong language. And now your asking us to write the code for you? That's not how it works.

If you're interested in how linked lists actually work, and perhaps (heaven forbid) even want to learn how to make them yourself, then click here
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006
Jul 30th, 2009
0

Re: link list accessment

You aren't going to get anything on any web site as a solution to this.

If you understand some about C++ then converting this to C will be easy. Don't be lazy.

Anyways, this code you found isn't the greatest code anyways. It doesn't account for a book title of more than one word. Great, you managed to find some code online but it is bad code.
Last edited by chili5; Jul 30th, 2009 at 2:21 pm.
Reputation Points: 12
Solved Threads: 2
Newbie Poster
chili5 is offline Offline
21 posts
since Dec 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Problem identification problem :D
Next Thread in C++ Forum Timeline: Stack Overflow Error





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC