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
~87 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for prateek_one4u

Hi, I am designing a class having interlinked object...a sort of tree. The code for each element of tree looks like : [code] Class C; class Element { public: int key; string payload; C * next; }; [/code] But the object of Element is becoming too heavy because of use …

Member Avatar for StuXYZ
0
87