Function pointer make the program slow?

Posted by drigoSkalWalker on Stack Overflow See other posts from Stack Overflow or by drigoSkalWalker
Published on 2010-03-13T13:45:45Z Indexed on 2010/03/13 13:55 UTC
Read the original article Hit count: 185

Filed under:

Hi guys. I read about function pointers in C And everyone said that will make my program run slow. Is it true?

I made a program to check it. And I got the same results on both cases. (mesure the time.)

So, is it bad to use fuction pointer? Thanks in advance.

© Stack Overflow or respective owner

Related posts about c