Search:

Type: Posts; User: Marcello

Search: Search took 0.00 seconds.

  1. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    Like this? class binarySearchTree {...

    Like this?



    class binarySearchTree
    {
    public:
    binarySearchTree();

    void treeInsert(treeNode *&root, string newItem, string oldItem, string ollItem, string neeItem, string hapItem);
  2. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    Thankyou i love yous!!!!!!!!

    Thankyou i love yous!!!!!!!!
  3. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    Bump :), how do i put 5 different strings of...

    Bump :), how do i put 5 different strings of information into a single node :)?
  4. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    i thankyou for your reply i really do appricate...

    i thankyou for your reply i really do appricate it , but to be honest im a bit short on time so i cant reconstruct my program to much.... is there anyway this can be done through the way i have it at...
  5. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    ok i created this class , is that what you mean?...

    ok i created this class , is that what you mean?


    setPersonalInfo(root, name, key, desc);
    }
    {
    binarySearchTree tmp;
    tmp.treeInsert(root, name);
    tmp.treeInsert(root, key);...
  6. Thread: Nodes

    by Marcello
    Replies
    8
    Views
    1,892

    Nodes

    Hi
    can a single node have have multiple data types and information in it stored?

    im doing a binary tree program

    and for each node i need to enter details such as

    name
    key
    description
  7. Replies
    5
    Views
    1,104

    No...... this is the code i have now , but i...

    No......

    this is the code i have now , but i couldnt get it working at all , it comes up with to many errors



    Hi im trying to get this to compile im try to make a menu this is my code but...
  8. Replies
    5
    Views
    1,104

    Creating a catalouge menu

    Hi friends

    i need to create a menu for a
    catalouge system for example


    Catalouge:
    1.Shoes
    2.Shirts
    3.Adds a catagory
Results 1 to 8 of 8