everest% CC main6s.C list6.C studentitem.C
main6s.C:
list6.C:
studentitem.C:
everest% 


everest% a.out
Make new list
<(null) (874310457), (null) major
, (null) (314316598), (null) major
, Joe Blow (135791113), CMSC major
, John Smith (001234567), CMSC major
, Jane Doe (024681012), CMSC major
>

Search for
Found: John Smith (001234567), CMSC major


Delete item
<(null) (874310457), (null) major
, (null) (314316598), (null) major
, Joe Blow (135791113), CMSC major
, Jane Doe (024681012), CMSC major
>

Delete List
everest% 
