Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~124 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for flendernik

Hi! Can anyone please tell me where my mistake in this is? The information from the list has to be transferred to the tree. But only the first element is copied. [CODE]#include<iostream> #include<string> using namespace std; struct Person{ char first[30], last[30]; }; struct aList { char adr[30]; Person name[30]; int …

Member Avatar for flendernik
0
124