Tuesday, July 28, 2009

How i can sync a tree node and a data struct in c++ or c?

how i can sync a tree node and a data struct in c++ or c





struct student


{


int id;


char Name[10];


char Family[20];


char Add[50];


int Flag;


};





Tree node





struct TreeNode


{


int id;


longint pos; /* record position on file


treenode *Lchild,*Rchild;


};

How i can sync a tree node and a data struct in c++ or c?
don't know baby. nice pic though (you'll be having them crawling out of the woodwork trying to figure this one out) lol
Reply:E = Mc2


No comments:

Post a Comment