home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18583 < prev    next >
Encoding:
Text File  |  1992-12-20  |  923 b   |  28 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!newsflash.concordia.ca!sifon!thunder.mcrcim.mcgill.edu!mouse
  3. From: mouse@thunder.mcrcim.mcgill.edu (der Mouse)
  4. Subject: Re: Need help: array of pointers to member functions C++.
  5. Message-ID: <1992Dec18.021836.17054@thunder.mcrcim.mcgill.edu>
  6. Organization: McGill Research Centre for Intelligent Machines
  7. References: <wong.724526569@sfu.ca>
  8. Date: Fri, 18 Dec 92 02:18:36 GMT
  9. Lines: 18
  10.  
  11. In article <wong.724526569@sfu.ca>, wong@fraser.sfu.ca (Sam S. Wong) writes:
  12.  
  13. > HELP: I can't assign the address of my integer member functions to a
  14. > pointer in my array of pointers to integer functions. What's wrong?
  15. > -------------------------------------
  16. > class dummy {
  17. >  public:
  18. >  int hello(void);
  19. > };
  20. > [...]
  21.  
  22. For starters, you posted your question to the wrong group, comp.lang.c
  23. instead of something else, probably comp.lang.c++.
  24.  
  25.                     der Mouse
  26.  
  27.                 mouse@larry.mcrcim.mcgill.edu
  28.