home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!usc!sdd.hp.com!zaphod.mps.ohio-state.edu!think.com!unixland!dlb
- From: dlb@unixland.natick.ma.us (David L. Briggs)
- Subject: pointer to member function.
- Message-ID: <1992Sep5.015422.2429@unixland.natick.ma.us>
- Organization: Unixland Public Access Unix & Think_Tank BBS
- Date: Sat, 5 Sep 1992 01:54:22 GMT
- Lines: 3
-
- A simple question. If you have a class that has several functions
- with the same name that are overloaded, how can you take the address of one
- of these function?
-