User profile: Powdertrail

User info
User name:Powdertrail
History
Joined:
Number of posts:46
Latest posts:

Passing functions via pointers
I get that I am doing it wrong, but I can't find how to do it right. I want to pass the whole functi...

Passing functions via pointers
LB and dhayden are right, but, even so, I still get two errors. I've read that void* receiving funct...

Passing functions via pointers
Hello. I was wondering: how should I call a function stored in a separate file that of whom I know ...

Passing functions via pointers
Hello. I was wondering: how should I call a function stored in a separate file that of whom I know ...

C - Creating and stacking pointers
Hello. I want to fill an array-based stack that takes void* with int* and have the values those poi...