link list accessment

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Jul 2009
Posts: 6
Reputation: funjoke88 is an unknown quantity at this point 
Solved Threads: 0
funjoke88 funjoke88 is offline Offline
Newbie Poster

link list accessment

 
-1
  #1
Jul 27th, 2009
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, 1 views)
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,958
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 306
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is offline Offline
Cenosillicaphobiac

Re: link list accessment

 
0
  #2
Jul 27th, 2009
Originally Posted by funjoke88 View Post
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 21
Reputation: chili5 is an unknown quantity at this point 
Solved Threads: 2
chili5's Avatar
chili5 chili5 is offline Offline
Newbie Poster

Re: link list accessment

 
0
  #3
Jul 30th, 2009
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC