Bonjour
Peut on voir ceci comme un pointeur sur fonction prenant un int et renvoyant un pointeur sur fonction prenant un int et renvoyant un int ?
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part int (*(*foo(int)))(int);
Bonjour
Peut on voir ceci comme un pointeur sur fonction prenant un int et renvoyant un pointeur sur fonction prenant un int et renvoyant un int ?
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part int (*(*foo(int)))(int);
Partager