Thanks.
Thank you. It helps me to fully understand the concept of "genealogy" .
User Profile
Collapse
-
Thanks' Your links would be very helpful for my development.
One thing I wanted to know:
I have tried the Link-List using pointer in C-Language.
Is the idea of Link-List applied in Geneology?...
I've been looking around from other sites but they just give me samples on web.
Anyone could help?.. Thanks.Leave a comment:
-
GEONOLOGY Concept C#
i have here my code:
Code:namespace GEONOLOGY { public class AGENT { int no; String name; AGENT left; AGENT right; //not yet develop the implementation. } }
No activity results to display
Show More
Leave a comment: