Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.56 KB | None | 0 0
  1. binary file
  2. fname
  3. lname
  4. id -int
  5. grade 1 2 and 3
  6. at least 10 records
  7. when file begins contains linklist that acts as an indx to records in file
  8. open file as i/o file
  9. linklist contains id, position of record in file
  10. id is the key
  11. creates linklist which serves as indx to bin file
  12. createsw menu
  13. menu containt 1 display keys 2 display records in id order 3 display records in name order 4 display record in avg oerder 5 add record 6 quit make sure everythign is cleaned up, files are closed, actually adds record to bin file
  14. record contains name id grade 1 2 3 avg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement