Eddie Dean
Newbie level 1
- Joined
- Mar 26, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,287
Never seen something like this before, maybe you can shed some light on it ?
Its a void pointer for a function reference with void arguments?
Never seen the bold part before
Code:
void ( * pfOnReceive ) [B][U]( void )[/U][/B];
Its a void pointer for a function reference with void arguments?
Never seen the bold part before