User Profile

Collapse

Profile Sidebar

Collapse
linxKuLiT
linxKuLiT
Last Activity: May 24 '10, 08:13 AM
Joined: May 19 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • linxKuLiT
    replied to GEONOLOGY Concept C#
    Thanks.

    Thank you. It helps me to fully understand the concept of "genealogy" .
    See more | Go to post

    Leave a comment:


  • linxKuLiT
    replied to GEONOLOGY Concept C#
    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.
    See more | Go to post

    Leave a comment:


  • linxKuLiT
    started a topic GEONOLOGY Concept C#

    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.
        }
    }
    Can anyone share some code of Geonology using C#?
    See more | Go to post
    Last edited by linxKuLiT; May 19 '10, 05:12 AM. Reason: I just wrap the code
No activity results to display
Show More
Working...