I am trying to set an static member in a class to count how many object that class has, but as well I want to set a destructor in case I delete any object...the expamle is copied from here...http://www.cplusplus.com/doc/tutorial/templates/ on the static member section, but when I set my destructor It doesnt work...my program with the destrcutor is the next one...