Posted by hussein on July 31, 2000 at 08:28:39:
In Reply to: here you go posted by M? on July 31, 2000 at 02:11:59:
: binary '=' : no operator defined which takes a right-hand operand of type 'struct LL' (or there is no acceptable conversion)
sounds like you have a pointer on one side and an object on the other (as opposed to a pointer to an object) ... check your types ...