Search:

Type: Posts; User: UOB

Search: Search took 0.01 seconds.

  1. Thread: Help me PlZ

    by UOB
    Replies
    3
    Views
    1,222

    for the first function i tried this ...

    for the first function i tried this

    template<class Type>
    void linkedListType<Type>::noDuplicates(Type elem)
    {
    nodeType<Type> *cur;
    bool found=false;
    while (cur !=NULL)
    {...
  2. Thread: Help me PlZ

    by UOB
    Replies
    3
    Views
    1,222

    Help me PlZ

    1- Write a function noDuplicates that insert an item but before inserting the item it checks whether the item is already in the list. If the item to be inserted is already in the list, the function...
Results 1 to 2 of 2