either that way
Code:
    pizza_list.push_front(*pizza);
or you declare
Code:
list<cPizza*> pizza_list;
Kurt