Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : C and CPP : CPP : Source Code : Database and Files


Directory : C and CPP : CPP : Source Code : Database and Files

  Options

Links
  • Address Book - The program is an address book using concepts of file(random file access and all that).
  • Another Employee Database - An employees data base that allows users to add, search, delete, update, and save in a file the records of employees.
  • Circular Arrays - This program implements dequeues using circular arrays. Dequeues are queues in which elements can be inserted/deleted from either end.
  • Employee Database - A program that provides the following options:-create an employee database, delete a certain employee's record, update, find a record, and list all the records.
  • Fast Food Automation - This program is like a super-mart where user inputs codes of items he wants to purchase and receives a bill.
  • Graphical Library Managment - A Library System that can save records of issued books, returned books, can show list of books which are issued, and can read entries 20 by 20 from a text file which contains lits of total books present in library.
  • Hotel Reservation - An interesting program that creates a room database for a hotel and allows users to manage reservations.
  • Library Managment - This is actually a library management software. It uses files to store data for present and for later use.
  • Menu Driven Student Database - Menu driven program let you keep track of student's course schedule. The list of course are kept in dynamic singly linked-list that allows the user to ADD COURSE, DELETE COURSE, PRINT SCHEDULE and QUIT PROG.
  • Student Database - A program that is basically a student database with all opitions such as add, delete, update and others. Structure is the heart of this program. Uses a file system.
  • Video Library - An interesting program that provides a database for a video store.
  • Video Shop Database - This is a program for video shop data base. It has 30 movies of english type. It stores the full data of a person using random filing and can be used in video selling shops.