User Profile
Collapse
-
thanks @weaknessforcat s I solved the problem with your proposals :D and now I know more about linked lists thanks to you. -
Nested Linked List
Hi everyone, I have data structure like below but I need help to add district to system , add homes to districts and lastly add persons to homes .
Any suggestion ?
...Code:struct person{ char* person_name; struct person *nextperson; }; struct home{ char* home_name; struct home *nexthome; struct person *_person_; struct person *head; struct person *curr; }; -
No activity results to display
Show More
Leave a comment: