0
点赞
收藏
分享

微信扫一扫

c c++函数指针 Tutorials


​​http://www.newty.de/fpt/index.html​​

Callbacks, function pointers

  • The Function Pointer Tutorials by Lars Haendel: ​​ http://www.newty.de/fpt/index.html​​
  • Callbacks in C++ ​​http://www.newty.de/jakubik/callback.html​​
  • ​​C++ Callback Solution​​ by Arash Partow - I like it
  • ​​Member Function Pointers and the Fastest Possible C++ Delegates​​ By Don Clugston - very detailed
  • Class function callback ​​ http://www.codeproject.com/KB/tips/class_callback.aspx​​
  • ​​Callbacks in C++ Using Template Functors​​ by Rich Hickey

understand pointers in C++

​​http://linuxconfig.org/c-understanding-pointers​​

 

c++ artical from codeproject

​​http://www.codeproject.com/KB/cpp/​​

 

​​http://www.partow.net/links.html​​

举报

相关推荐

0 条评论