home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18819 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  737 b 

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