1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
#include Kategorie ClassC { Öffentlichkeit: Static leeres Operation1 () {printf („Operation1 executed."); } }; typedef leer (*func_t) (); int-Hauptleitung () { func_t funktionell = &ClassC:: Operation1; funktionell (); }