home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!news.cerf.net!nic.cerf.net!hlf
- From: hlf@nic.cerf.net (Howard Ferguson)
- Newsgroups: comp.lang.c++
- Subject: Callbacks in C++
- Date: 8 Jan 1993 01:11:58 GMT
- Organization: CERFnet Dial n' CERF Customer Group
- Lines: 8
- Sender: hf@cerf.net
- Message-ID: <1iikcuINN6fr@news.cerf.net>
- NNTP-Posting-Host: nic.cerf.net
- Summary: How should a class library accept and use callbacks
-
- The FAQ for this group describes how to put wrapper functions around
- member functions so they can be called as callbacks from X libraries
- and the like. But if I am writting a c++ class library, surley I should
- be able to provide a cleaner mechanism to my customers. Is there
- a standard way of doing this???
-
- ta,
- hlf
-