Guest_imported
New member
- Jan 1, 1970
- 0
how can i store multiple forms of data in a linked list list and access each node by its description.
For example:
if my categories are:
employee id
employee name
employee position
employee salary
how do i store these into a linked list in ascending order by employee number and make each category searchable through a main switch-statement-type menu?
confusedKid
For example:
if my categories are:
employee id
employee name
employee position
employee salary
how do i store these into a linked list in ascending order by employee number and make each category searchable through a main switch-statement-type menu?
confusedKid