1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 :
#include classe ClassC { public : charge statique Operation1 vide () {printf (« Operation1 executed.") ; } } ; typedef vide (*func_t) () ; force d'international () { func_t fonctionnel = &ClassC : : Operation1 ; fonctionnel () ; }