Search:

Type: Posts; User: prawntoast

Search: Search took 0.01 seconds.

  1. Thanks for your response. It makes sense to me...

    Thanks for your response.

    It makes sense to me that have to match so I have changed the printname and ListInsert to use a const void * type and that elimated the errors but created a new one in...
  2. Invalid conversion from 'const void*' to 'void*' error

    Hi

    I am having problems comiling the following code

    List Header file

    // list.h - Linked List ADT


    #ifndef _LIST_H_
  3. Problem with linked list ADT and incomplete structure

    Hi,

    I am having trouble with a linked list ADT implemtation that uses incomplete structures ie pointers to structures. The code for this ADT was provided for us and I can't get it to...
Results 1 to 3 of 3