Question: Making a c++ program that maintains two lists of users. I have to: (Struct NoteType) Implement NodeType struct. NodeType will have two fields: i) User*
Making a c++ program that maintains two lists of users.
I have to:
(Struct NoteType) Implement NodeType struct. NodeType will have two fields: i) User* user and ii) NodeType* next
How would I go about this and would I add this to a header file?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
