Search:

Type: Posts; User: shadowzreloaded

Search: Search took 0.00 seconds.

  1. Yeah thats what I meant. Thank you

    Yeah thats what I meant. Thank you
  2. I see. Thank you for clarifying that for me. A...

    I see. Thank you for clarifying that for me. A function pointer itself however would have parenthesis around the *name of the function?
  3. @tabstop unsigned char *memcpy(unsigned char...

    @tabstop


    unsigned char *memcpy(unsigned char *dest, const unsigned char *src, int count)


    My function name is a pointer, so it is a variation of a function pointer.(more specifically a...
  4. Wow. Thanks for your quick reply. And finally...

    Wow. Thanks for your quick reply. And finally something constructive :).
  5. Yeah, you're right. Sorry about that. What I...

    Yeah, you're right. Sorry about that. What I really meant was a pointer to a function, not a function pointer. I'm sorry.
  6. Please post something constructive. I never...

    Please post something constructive. I never usually post questions. But this is an exception, I was unable to find anything on this subject, also, since when were function pointers basic C?
  7. Function Pointers - What does this block do?

    Hey. I've been researching into operating system programming.
    I am trying to figure out what exactly what each line of code does.

    For example, the function below copies chunks of memory from a...
Results 1 to 7 of 7