Report - List class.head NULL _class Cell { void *object; Cell *next; public:... } _class List { Cell *head; public:... }

Please pass captcha verification before submit form