Search:

Type: Posts; User: gunes

Search: Search took 0.00 seconds.

  1. Thread: pointer

    by gunes
    Replies
    2
    Views
    1,129

    hi again.. I made some changes in my...

    hi again..
    I made some changes in my program..but still it is not run correctly...

    #include <iostream>
    struct Pet
    {
    char name;
    char type;
    int age;
    Pet *nextPet;
  2. Thread: pointer

    by gunes
    Replies
    2
    Views
    1,129

    pointer

    hi


    My question is: I have a struct which is called Pet. data members name,type,age and a pointer variable nextPet.

    I must write a function that dynamically creats a new node for a Pet...
  3. Thread: please help

    by gunes
    Replies
    4
    Views
    1,530

    please help

    hi

    what does ADT stand for?

    what 2 things should an ADT description include?

    what would be the specifications for a Clock ADT?

    THNKS
Results 1 to 3 of 3