Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: radio button in a propertysheet Pin
Michael Schubert19-Mar-09 3:36
Michael Schubert19-Mar-09 3:36 
GeneralRe: radio button in a propertysheet Pin
#realJSOP19-Mar-09 4:53
professional#realJSOP19-Mar-09 4:53 
AnswerRe: radio button in a propertysheet [modified] Pin
Code-o-mat19-Mar-09 3:43
Code-o-mat19-Mar-09 3:43 
AnswerRe: radio button in a propertysheet Pin
Steve Mayfield19-Mar-09 6:26
Steve Mayfield19-Mar-09 6:26 
AnswerRe: radio button in a propertysheet Pin
«_Superman_»19-Mar-09 19:10
professional«_Superman_»19-Mar-09 19:10 
QuestionDoubt in function pointer Pin
Cool_Phillip19-Mar-09 2:42
Cool_Phillip19-Mar-09 2:42 
AnswerRe: Doubt in function pointer [modified] Pin
Cedric Moonen19-Mar-09 2:58
Cedric Moonen19-Mar-09 2:58 
AnswerRe: Doubt in function pointer Pin
David Crow19-Mar-09 2:59
David Crow19-Mar-09 2:59 
Cool_Phillip wrote:
int (*fptr)(int,int) ;


Change this to:

int (Test::*fptr)(int, int);
Cool_Phillip wrote:
fptr(2,1);


Change this to:

(obj.*fptr)(2,1);


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: Doubt in function pointer Pin
Cool_Phillip19-Mar-09 3:08
Cool_Phillip19-Mar-09 3:08 
AnswerRe: Doubt in function pointer Pin
Stuart Dootson19-Mar-09 3:14
professionalStuart Dootson19-Mar-09 3:14 
QuestionRe: Doubt in function pointer [modified] Pin
CPallini19-Mar-09 3:48
mveCPallini19-Mar-09 3:48 
AnswerRe: Doubt in function pointer Pin
Cool_Phillip23-Mar-09 0:00
Cool_Phillip23-Mar-09 0:00 
GeneralRe: Doubt in function pointer Pin
CPallini23-Mar-09 0:08
mveCPallini23-Mar-09 0:08 
QuestionAutomated CVS-VC6 building Pin
andwan019-Mar-09 1:51
andwan019-Mar-09 1:51 
AnswerRe: Automated CVS-VC6 building Pin
David Crow19-Mar-09 2:51
David Crow19-Mar-09 2:51 
AnswerRe: Automated CVS-VC6 building Pin
led mike19-Mar-09 4:18
led mike19-Mar-09 4:18 
AnswerRe: Automated CVS-VC6 building Pin
Rolf Kristensen19-Mar-09 12:35
Rolf Kristensen19-Mar-09 12:35 
GeneralRe: Automated CVS-VC6 building Pin
andwan019-Mar-09 13:26
andwan019-Mar-09 13:26 
GeneralRe: Automated CVS-VC6 building Pin
Rolf Kristensen20-Mar-09 0:00
Rolf Kristensen20-Mar-09 0:00 
GeneralMonitoring Tool Pin
itkid19-Mar-09 1:38
itkid19-Mar-09 1:38 
GeneralRe: Monitoring Tool Pin
Stuart Dootson19-Mar-09 1:44
professionalStuart Dootson19-Mar-09 1:44 
GeneralRe: Monitoring Tool Pin
itkid19-Mar-09 1:50
itkid19-Mar-09 1:50 
GeneralRe: Monitoring Tool Pin
Stuart Dootson19-Mar-09 1:52
professionalStuart Dootson19-Mar-09 1:52 
GeneralRe: Monitoring Tool Pin
itkid19-Mar-09 1:55
itkid19-Mar-09 1:55 
GeneralRe: Monitoring Tool Pin
Stuart Dootson19-Mar-09 1:57
professionalStuart Dootson19-Mar-09 1: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.