c++ Programming Glossary: basic_thread
Passing function Pointers in C++ http://stackoverflow.com/questions/402992/passing-function-pointers-in-c lets you do is something like this class print_some public basic_thread private int i public print_some int i i i action_callback std.. example code from one of our classes that does this class basic_thread public basic_thread protected unsigned long m_ThreadId virtual.. of our classes that does this class basic_thread public basic_thread protected unsigned long m_ThreadId virtual void action_callback..
|