P
parjit
Hi, folks. I was just wondering -- none of my C or C++ manuals give
anything more than a cursory mention of function pointers, but I've
recently discovered them and found them quite useful.
However, apparently it's not possible under gcc, the gnu compiler
(version 4.3.4) to create arrays of function pointers. Can anybody tell
me if this is a compiler bug or a C feature?
anything more than a cursory mention of function pointers, but I've
recently discovered them and found them quite useful.
However, apparently it's not possible under gcc, the gnu compiler
(version 4.3.4) to create arrays of function pointers. Can anybody tell
me if this is a compiler bug or a C feature?