Click here to Skip to main content
15,904,024 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hello - from a newbie Pin
-- NA --31-Jul-03 5:23
-- NA --31-Jul-03 5:23 
GeneralRe: Hello - from a newbie Pin
Jim Crafton31-Jul-03 7:59
Jim Crafton31-Jul-03 7:59 
Generalsimple memcpy() question Pin
johnstonsk31-Jul-03 4:37
johnstonsk31-Jul-03 4:37 
GeneralRe: simple memcpy() question Pin
Cedric Moonen31-Jul-03 4:44
Cedric Moonen31-Jul-03 4:44 
GeneralRe: simple memcpy() question Pin
johnstonsk31-Jul-03 4:49
johnstonsk31-Jul-03 4:49 
GeneralRe: simple memcpy() question Pin
John M. Drescher31-Jul-03 4:46
John M. Drescher31-Jul-03 4:46 
GeneralRe: simple memcpy() question Pin
johnstonsk31-Jul-03 4:50
johnstonsk31-Jul-03 4:50 
Generalget pointer on member function Pin
El'Cachubrey31-Jul-03 4:00
El'Cachubrey31-Jul-03 4:00 
Hi all
Can i get some way to retrieving pointer on member function of my class i.e. make like this

<br />
class A{<br />
   void Fun(){<br />
     void *pF = &this->Fun;<br />
  }<br />
}<br />

By compiled this snippet, compiler complain:
illegal operation on bound member function expression

Whether exit way what i can do it???
Thanks
Sorry for bad eanglish
GeneralRe: get pointer on member function Pin
Mike Dimmick31-Jul-03 4:44
Mike Dimmick31-Jul-03 4:44 
GeneralRe: get pointer on member function Pin
El'Cachubrey31-Jul-03 23:19
El'Cachubrey31-Jul-03 23:19 
GeneralRe: get pointer on member function Pin
Ryan Binns31-Jul-03 5:32
Ryan Binns31-Jul-03 5:32 
GeneralRe: get pointer on member function Pin
El'Cachubrey31-Jul-03 23:27
El'Cachubrey31-Jul-03 23:27 
GeneralRe: get pointer on member function Pin
El'Cachubrey31-Jul-03 23:30
El'Cachubrey31-Jul-03 23:30 
GeneralRe: get pointer on member function Pin
Ryan Binns31-Jul-03 23:39
Ryan Binns31-Jul-03 23:39 
GeneralRe: get pointer on member function Pin
El'Cachubrey1-Aug-03 3:10
El'Cachubrey1-Aug-03 3:10 
GeneralRe: get pointer on member function Pin
Ken Mazaika31-Jul-03 6:35
Ken Mazaika31-Jul-03 6:35 
GeneralRe: get pointer on member function Pin
Alexander M.,31-Jul-03 10:35
Alexander M.,31-Jul-03 10:35 
GeneralRe: get pointer on member function Pin
Mike Dimmick31-Jul-03 23:48
Mike Dimmick31-Jul-03 23:48 
GeneralCheck existance of directory Pin
BoudewijnEctor31-Jul-03 3:59
BoudewijnEctor31-Jul-03 3:59 
GeneralRe: Check existance of directory Pin
Brian Shifrin31-Jul-03 4:03
Brian Shifrin31-Jul-03 4:03 
GeneralRe: Check existance of directory Pin
valikac31-Jul-03 6:10
valikac31-Jul-03 6:10 
GeneralRe: Check existance of directory Pin
Joel Lucsy31-Jul-03 7:31
Joel Lucsy31-Jul-03 7:31 
GeneralRe: Check existance of directory Pin
Toni7831-Jul-03 18:55
Toni7831-Jul-03 18:55 
GeneralRe: Check existance of directory Pin
HPSI31-Jul-03 20:14
HPSI31-Jul-03 20:14 
QuestionUnder what circumstances does IE run in explorer.exe process? Pin
Tommy Svensson31-Jul-03 3:57
Tommy Svensson31-Jul-03 3:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.