plz..somebody help!!! i have to make a project on library management system using c languauge..i m totally new to this language..can somebody help me in this regard .i also have to give synopsis on this topic.plzzzzzzzzz plzzzzz HELP ME. my mail id is snup24@gmail.com:-(
10 replies to this topic
#1
Posted 26 September 2010 - 12:23 PM
|
|
|
#2
Posted 26 September 2010 - 04:16 PM
Care to be a little more precise about what the requirements are?
#3
Posted 27 September 2010 - 07:57 AM
i have to make project on library management system.it vl include source code in c language ,it include various function performing operation to elaborate receipt and issuance of books in the library along with the student’s details. This project should give complete information about the library. We can enter the record of new books and retrieve the details of books available in the library. We can issue the books to the students and maintain their records and can also check how many books are issued and stock available in the library. In this project we can maintain the late fine of students who returns the issued books after the due date.
#4
Posted 27 September 2010 - 08:32 AM
Are you able to get started on the project? Where are you at in it?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#5
Posted 27 September 2010 - 09:33 AM
i just have a rough idea about this topic and i dont know where to begin with..!!! :confused: but still i have made a function to take entry of students name,,etc..
#6
Posted 27 September 2010 - 09:35 AM
i just have a rough idea about this topic and i dont know where to begin with..!!! but still i have made a function to take entry of students name,,etc..
#7
Posted 27 September 2010 - 11:05 AM
saumya said:
i have to make project on library management system.it vl include source code in c language ,it include various function performing operation to elaborate receipt and issuance of books in the library along with the student’s details. This project should give complete information about the library. We can enter the record of new books and retrieve the details of books available in the library. We can issue the books to the students and maintain their records and can also check how many books are issued and stock available in the library. In this project we can maintain the late fine of students who returns the issued books after the due date.
receive() function
issue() function
student type
book type
a collection of books (array, linked list, other) that can be searched
books have a state: check out to x or checked in
books have a due date if checked out, along with a fine.
How much of this have you started on?
#8
Posted 28 September 2010 - 04:04 AM
just two functions issue () and student details..but i m not sure whether i hve done it correctly or not...in issue() i have made the user to enter the date and book serial number ..and nothing more..m i going correctly..i dnt know a bit of c language.its my first year in b.tech and i m dumped with this term paper.
#9
Posted 28 September 2010 - 03:58 PM
Are you writing a program, or just writing about writing a program? If you are writing a program, we can't help you too much until we start seeing code.
#10
Posted 29 September 2010 - 05:31 PM
These kind of thing are better written in c# or java these days. C would be overkill. Maybe you need to ask your lecturer if you change language.
#11
Posted 30 September 2010 - 03:25 AM
at present i only have to write about the description of the codes and not the code.i have to write about the function that i will be using in the program which is to be presented to the teacher at the end of october.tomorrow is the last date, before 11pm i have to upload it.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









