Click here to Skip to main content
15,916,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help in vc++(files) Pin
_AnsHUMAN_ 7-Jul-08 20:31
_AnsHUMAN_ 7-Jul-08 20:31 
GeneralRe: help in vc++(files) Pin
projectip7-Jul-08 20:50
projectip7-Jul-08 20:50 
AnswerRe: help in vc++(files) Pin
Sarath C7-Jul-08 19:39
Sarath C7-Jul-08 19:39 
QuestionRe: help in vc++(files) Pin
David Crow8-Jul-08 3:20
David Crow8-Jul-08 3:20 
QuestionNot able to see RT_MANIFEST in the exe Pin
subramanyeswari7-Jul-08 18:55
subramanyeswari7-Jul-08 18:55 
AnswerRe: Not able to see RT_MANIFEST in the exe Pin
Sarath C7-Jul-08 19:43
Sarath C7-Jul-08 19:43 
GeneralRe: Not able to see RT_MANIFEST in the exe Pin
subramanyeswari8-Jul-08 1:37
subramanyeswari8-Jul-08 1:37 
Question[GDI+] alpha determined by gray value Pin
followait7-Jul-08 17:20
followait7-Jul-08 17:20 
AnswerRe: [GDI+] alpha determined by gray value Pin
pallaka7-Jul-08 20:30
pallaka7-Jul-08 20:30 
AnswerRe: [GDI+] alpha determined by gray value Pin
Mark Salsbery8-Jul-08 6:55
Mark Salsbery8-Jul-08 6:55 
QuestionCHAT PROGRAMME Pin
bodhi20167-Jul-08 7:37
bodhi20167-Jul-08 7:37 
AnswerRe: CHAT PROGRAMME Pin
Mark Salsbery7-Jul-08 7:46
Mark Salsbery7-Jul-08 7:46 
QuestionGet Mouse Click position Pin
Like2Byte7-Jul-08 7:29
Like2Byte7-Jul-08 7:29 
AnswerRe: Get Mouse Click position Pin
Mark Salsbery7-Jul-08 7:48
Mark Salsbery7-Jul-08 7:48 
GeneralRe: Get Mouse Click position Pin
Like2Byte7-Jul-08 10:01
Like2Byte7-Jul-08 10:01 
GeneralRe: Get Mouse Click position PinPopular
James R. Twine7-Jul-08 10:57
James R. Twine7-Jul-08 10:57 
QuestionExecutable crashes with Debug version and works fine with Release version Pin
lokare_atul7-Jul-08 4:37
lokare_atul7-Jul-08 4:37 
AnswerRe: Executable crashes with Debug version and works fine with Release version Pin
Matthew Faithfull7-Jul-08 5:35
Matthew Faithfull7-Jul-08 5:35 
QuestionService Programming - How to tell if the current process is running as a Windows Service.. Pin
Mike Doner7-Jul-08 3:38
Mike Doner7-Jul-08 3:38 
AnswerRe: Service Programming - How to tell if the current process is running as a Windows Service.. Pin
Iain Clarke, Warrior Programmer7-Jul-08 3:46
Iain Clarke, Warrior Programmer7-Jul-08 3:46 
AnswerRe: Service Programming - How to tell if the current process is running as a Windows Service.. Pin
KarstenK7-Jul-08 3:48
mveKarstenK7-Jul-08 3:48 
AnswerRe: Service Programming - How to tell if the current process is running as a Windows Service.. Pin
Nibu babu thomas7-Jul-08 17:41
Nibu babu thomas7-Jul-08 17:41 
QuestionArray of pointers to functions Pin
softwaremonkey7-Jul-08 3:37
softwaremonkey7-Jul-08 3:37 
AnswerRe: Array of pointers to functions Pin
Iain Clarke, Warrior Programmer7-Jul-08 4:04
Iain Clarke, Warrior Programmer7-Jul-08 4:04 
Not really a good answer for you...

Pointers to member functions are nothing like a standard pointer, so it's unlikely you'll succeed. After all, they're really two pointers - they need a "this" pointer encoded also.

For an article that may help, I did a search for "member function pointer" on google, and this came up first:
Member Function Pointers and the Fastest Possible C++ Delegates[^]
A comprehensive tutorial on member function pointers, and an implementation of delegates that generates only two ASM opcodes!

Enjoy!

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

QuestionRe: Array of pointers to functions Pin
David Crow7-Jul-08 4:24
David Crow7-Jul-08 4:24 

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.