GeekArticles
Programming
C++Function Pointers, part 3
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 833 times |
Add CommentFiled in: CPlusPlus( Page 1 of 4 ) In previous articles, Jun Nakamura introduced using regular function pointers, C++ class member function pointers, and declaring pointers to the members of classes. In this article, he writes about calling conventions, callback functions, and begins to talk about using functors. There are many programming languages out there and a lot of them come with very useful libraries and APIs. It is possible to tie all these different libraries (coded in different languages)...n
Read Article Sponsored Links
Related Articles