User profile: moreybayo

User info
User name:moreybayo
History
Joined:
Number of posts:2
Latest posts:

can someone help me with this problem? I'm having a hard time with it.
[code]class node { public: int data() { return data_field; } node* link() { return link_fiel...

Can someone help me with this problem? I'm having a hard time with it.
[code]class node { public: int data() { return data_field; } node* link() { return link_fiel...