Search:

Type: Posts; User: tabstop

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    3,062

    A function pointer is a pointer to a function. ...

    A function pointer is a pointer to a function. You don't have that either.

    You have a function, and functions all work in the same way:


    function_return_type name_of_function(type_of_param...
  2. Replies
    14
    Views
    3,062

    There are no function pointers anywhere in this...

    There are no function pointers anywhere in this code. The fact that you think so, is the problem.
Results 1 to 2 of 2