Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to draw an image with an angle using Graphics.DrawImage()? Pin
Mark Salsbery12-Mar-08 5:31
Mark Salsbery12-Mar-08 5:31 
GeneralRe: How to draw an image with an angle using Graphics.DrawImage()? Pin
TooShy2Talk12-Mar-08 15:29
TooShy2Talk12-Mar-08 15:29 
GeneralDoubt in pointers to member functions Pin
C.P.Rajesh11-Mar-08 22:45
C.P.Rajesh11-Mar-08 22:45 
GeneralRe: Doubt in pointers to member functions Pin
Iain Clarke, Warrior Programmer11-Mar-08 23:34
Iain Clarke, Warrior Programmer11-Mar-08 23:34 
GeneralRe: Doubt in pointers to member functions Pin
C.P.Rajesh12-Mar-08 0:21
C.P.Rajesh12-Mar-08 0:21 
GeneralRe: Doubt in pointers to member functions Pin
Iain Clarke, Warrior Programmer12-Mar-08 0:33
Iain Clarke, Warrior Programmer12-Mar-08 0:33 
GeneralRe: Doubt in pointers to member functions Pin
C.P.Rajesh12-Mar-08 0:43
C.P.Rajesh12-Mar-08 0:43 
GeneralRe: Doubt in pointers to member functions Pin
Maxwell Chen12-Mar-08 1:30
Maxwell Chen12-Mar-08 1:30 
Let me have a try... Big Grin | :-D
(a.*(a.pF))()
  
// 1. (a.*(<font color="red">a.pF</font>))()
//    if it is changed to (a.*(<font color="red">pF</font>))(),
//    the compiler will look for local variables instead of members of a object.
// 2. operator <font color="red">.*</font> is to dereference a pointer to member.
// 3. <font color="red">(</font>a.*(a.pF)<font color="red">)</font>()
//    this pair of parenthesis is to tell the compiler that 
//    we are going to call a function via pointer.


  Maxwell Chen

GeneralRe: Doubt in pointers to member functions Pin
Michael Dunn12-Mar-08 19:46
sitebuilderMichael Dunn12-Mar-08 19:46 
GeneralSelected File Path Pin
john563211-Mar-08 21:48
john563211-Mar-08 21:48 
GeneralRe: Selected File Path Pin
ptr_Electron11-Mar-08 23:12
ptr_Electron11-Mar-08 23:12 
GeneralRe: Selected File Path Pin
David Crow12-Mar-08 2:45
David Crow12-Mar-08 2:45 
GeneralRe: Selected File Path Pin
john563212-Mar-08 22:21
john563212-Mar-08 22:21 
GeneralRe: Selected File Path Pin
David Crow13-Mar-08 2:12
David Crow13-Mar-08 2:12 
GeneralListView Pin
john563211-Mar-08 21:41
john563211-Mar-08 21:41 
GeneralRe: ListView [modified] Pin
zzangcorea11-Mar-08 22:05
zzangcorea11-Mar-08 22:05 
GeneralRe: ListView Pin
john563211-Mar-08 22:09
john563211-Mar-08 22:09 
Questionadding a menu in cximage Pin
sagar4911-Mar-08 21:35
sagar4911-Mar-08 21:35 
GeneralRe: adding a menu in cximage Pin
Wamuti11-Mar-08 21:41
Wamuti11-Mar-08 21:41 
GeneralRe: adding a menu in cximage Pin
Iain Clarke, Warrior Programmer11-Mar-08 23:44
Iain Clarke, Warrior Programmer11-Mar-08 23:44 
GeneralRe: adding a menu in cximage Pin
ThatsAlok12-Mar-08 0:00
ThatsAlok12-Mar-08 0:00 
GeneralReal Ip Pin
mirtu11-Mar-08 20:08
mirtu11-Mar-08 20:08 
GeneralRe: Real Ip Pin
Iain Clarke, Warrior Programmer12-Mar-08 1:24
Iain Clarke, Warrior Programmer12-Mar-08 1:24 
GeneralRe: Real Ip Pin
mirtu12-Mar-08 20:23
mirtu12-Mar-08 20:23 
GeneralRe: Real Ip Pin
David Crow13-Mar-08 2:17
David Crow13-Mar-08 2:17 

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.