Library System Source code

Hey I have done this project in python, and i think there is a converter never messed with it, but I am trying to help out my friend since he is in class now, for standard C. I have seen this source code before, but cant find the link. This is what the project looks like:

For your course project, you must create a computerized library system. This system should keep track of the library's collection as well as the library patrons and the materials they have borrowed from the library. Your solution to this problem must be object-oriented, written in C++ using appropriate classes/objects. You will also need to submit appropriate documentation for your system. The system you create must be functional. The completed project must include the following functionality and characteristics:
Data Tables

* The library material information is maintained in a table that includes information such as title, format (e.g., book, audio CD, DVD, etc.), author, ISBN, year published, name of publisher, call number, and copy number.
* Patron data must include a patron ID number, last name, first name, phone number, email address, street address, city, state, and zip.
* A third table must keep track of the materials checked out by each patron. The fields would be the patron ID, the name of the item held by the patron, and its due date.
* Your initial input for the three tables should be from a file that you create.

User Interface

You should also have a user interface that allows the user to do the following:

o Enter a new volume into the system
o Enter a new patron into the system, or handle a “check-in” or “check-out” transaction, and then store this data back to your file

Reports

Your program should create reports that list the following:

o Overdue books (you may choose the appropriate information to include in this report)
o Books listed by author
o Patrons listed alphabetically with the materials they have checked out

Documentation

The documentation requirements for this system include a user manual that will give your user (instructor) complete details about how to operate your system and generate the required reports. The manual should have a polished, professional appearance, be properly referenced, and should be saved as a Word document. Correct grammar and spelling are required. Fonts and margins should be consistent throughout. A cover page is also required. The manual should be as long as necessary to completely document your software.


I have done this before, i just need a template or some source code to help out my friend....WE can do the rest. OR any hints to a good start would be great.Not asking for the project!! Because I will be pretty ticked....this is going to be fun for me...not for him...lol. Plus he needs to learn, and he will revisit this post. See my drift. Thanks in advanced
I have done this before, i just need a template or some source code to help out my friend


If you have done this before, why are you asking us to write it for you or to provide pseudo code? This forum is not to find people to "DO" homework. It is a forum to get "HELP" with an existing program or general question about the language.
Topic archived. No new replies allowed.