home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!newsflash.concordia.ca!sifon!thunder.mcrcim.mcgill.edu!mouse
- From: mouse@thunder.mcrcim.mcgill.edu (der Mouse)
- Subject: Re: Need help: array of pointers to member functions C++.
- Message-ID: <1992Dec18.021836.17054@thunder.mcrcim.mcgill.edu>
- Organization: McGill Research Centre for Intelligent Machines
- References: <wong.724526569@sfu.ca>
- Date: Fri, 18 Dec 92 02:18:36 GMT
- Lines: 18
-
- In article <wong.724526569@sfu.ca>, wong@fraser.sfu.ca (Sam S. Wong) writes:
-
- > HELP: I can't assign the address of my integer member functions to a
- > pointer in my array of pointers to integer functions. What's wrong?
- > -------------------------------------
- > class dummy {
- > public:
- > int hello(void);
- > };
- > [...]
-
- For starters, you posted your question to the wrong group, comp.lang.c
- instead of something else, probably comp.lang.c++.
-
- der Mouse
-
- mouse@larry.mcrcim.mcgill.edu
-