callback pattern

Posted by robUK on Stack Overflow See other posts from Stack Overflow or by robUK
Published on 2010-05-08T14:59:11Z Indexed on 2010/05/08 15:18 UTC
Read the original article Hit count: 155

Filed under:

Hello,

gcc 4.4.3 c89

I am creating a client server application and I will need to implement some callback functions.

However, I am not too experienced in callbacks. And I am wondering if anyone knowns some good reference material to follow when designing callbacks. Is there any design patterns that are used for c. I did look at some patterns but there where all c++.

Many thanks for any suggestions,

© Stack Overflow or respective owner

Related posts about c