+ 1
void ( * ( * f [ ] ) ( ) ) ( ) mean???
Can someone explain what does it mean in c++..i saw a random programming post (meme) on this..
4 odpowiedzi
+ 3
just use the spiral trick: http://c-faq.com/decl/spiral.anderson.html
in this case its an (array of unspecified size )of pointers to (functions returning (pointers to functions returning void))
all that info was in the comments on reddit by the way
0
what is reddit? Max
0
the website where this was originaly posted
0
oh..thank you. Max