??? 11/08/07 15:51 Read: times |
#146779 - C : pointers of function und pointers of pointers |
Hi
To first I want to say Hello to everyone here. I tought since a few day about pointers of function. I know that in C is pointers important fur speed. I have seen that I can write simply a function and use it next time. I agree that for variable are pointers important but why therefor use pointers to function? I tought the same of pointers of pointers. why and when must we use pointers of pointers ? here ist an exemple : struct node { int data; struct node *link; } typedef struct node *pNode; pNode insert ( node **p, int **value) { ... ... ... } I understand the pointer`s mecanism, but these to points I mentioned are not clar in mine head. Best regards! Cyrille |
Topic | Author | Date |
C : pointers of function und pointers of pointers | 01/01/70 00:00 | |
Function pointers and stuff | 01/01/70 00:00 | |
Parameter passing in C | 01/01/70 00:00 | |
C FAQ | 01/01/70 00:00 | |
Function pointer demo | 01/01/70 00:00 | |
Heads up | 01/01/70 00:00 | |
True | 01/01/70 00:00 | |
I use function pointers all the time | 01/01/70 00:00 | |
void-void function pointers need not be slow | 01/01/70 00:00 | |
correct, with a caveat | 01/01/70 00:00 | |
thank you all. | 01/01/70 00:00 |