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 ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
int (*(*foo(int)))(int);
merci