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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!