<t>QuoteOriginally posted by: CuchulainnThanks, I am trying to do a number of things with C++ 1) A generic Command pattern so that I only need 1 class for all commands, instead of 1 class for each encapsulated action. That works a la Gamma book 2) I basically want to add and remove 'methods' to obje...