Hi,
K we get our weekly pracs to do in c++ but the question is a little vague and confusing me
"Create a Node Struct which contains EmployeeDetails member.
Create a singly linked List class based on this node data type.
Use the List class to implement both a Stack and Queue data structure.
All these data structures should adhere to the principles of modular object orientated programming and abstract data types known to you.
Create a suitable main program to demonstrate your classes."
Now I'm confused that they say only 1 class in the beginning and then "classes" at the end, I dunno if they want 1 or 3 classes
Maybe I'm just missing something really obvious...
Thanx in advance
S1ght
K we get our weekly pracs to do in c++ but the question is a little vague and confusing me
"Create a Node Struct which contains EmployeeDetails member.
Create a singly linked List class based on this node data type.
Use the List class to implement both a Stack and Queue data structure.
All these data structures should adhere to the principles of modular object orientated programming and abstract data types known to you.
Create a suitable main program to demonstrate your classes."
Now I'm confused that they say only 1 class in the beginning and then "classes" at the end, I dunno if they want 1 or 3 classes
Maybe I'm just missing something really obvious...
Thanx in advance
S1ght