Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: suggestion..pls Pin
Zac Howland29-Jun-06 9:47
Zac Howland29-Jun-06 9:47 
GeneralRe: suggestion..pls Pin
RockyJames29-Jun-06 13:21
RockyJames29-Jun-06 13:21 
GeneralRe: suggestion..pls Pin
Zac Howland29-Jun-06 16:01
Zac Howland29-Jun-06 16:01 
GeneralRe: suggestion..pls Pin
RockyJames29-Jun-06 18:48
RockyJames29-Jun-06 18:48 
QuestionHow to add Image(GDI+) object to CImageList Pin
NoName II29-Jun-06 6:50
NoName II29-Jun-06 6:50 
AnswerRe: How to add Image(GDI+) object to CImageList Pin
PJ Arends29-Jun-06 17:33
professionalPJ Arends29-Jun-06 17:33 
QuestionNeed small explanation about this kind of syntax Pin
JMelsi29-Jun-06 6:12
JMelsi29-Jun-06 6:12 
AnswerRe: Need small explanation about this kind of syntax Pin
Sarath C29-Jun-06 6:32
Sarath C29-Jun-06 6:32 
void(Visit_) (int *s) is the function pointer (which accepts int* as its paramter) declared (very firstly) as the function parameter.

You are passing PreOrder(Output_, p);
Output_ as the function address to execute


Visit_(s);
here the execution begins.

There's nothing strange inside. the confusing thing nobody is used to define the function poiner as the parameter.

Hope I answered you

SaRath.

"It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar."
My Blog | Understanding State Pattern in C++

GeneralRe: Need small explanation about this kind of syntax Pin
Zac Howland29-Jun-06 6:36
Zac Howland29-Jun-06 6:36 
GeneralRe: Need small explanation about this kind of syntax Pin
Sarath C29-Jun-06 6:52
Sarath C29-Jun-06 6:52 
GeneralRe: Need small explanation about this kind of syntax Pin
JMelsi29-Jun-06 7:32
JMelsi29-Jun-06 7:32 
AnswerRe: Need small explanation about this kind of syntax Pin
led mike29-Jun-06 6:34
led mike29-Jun-06 6:34 
GeneralRe: Need small explanation about this kind of syntax Pin
JMelsi30-Jun-06 0:53
JMelsi30-Jun-06 0:53 
Questioniterator Pin
knoxplusplus29-Jun-06 5:54
knoxplusplus29-Jun-06 5:54 
AnswerRe: iterator Pin
Sarath C29-Jun-06 6:01
Sarath C29-Jun-06 6:01 
AnswerRe: iterator Pin
Zac Howland29-Jun-06 6:34
Zac Howland29-Jun-06 6:34 
GeneralRe: iterator [modified] Pin
knoxplusplus29-Jun-06 7:38
knoxplusplus29-Jun-06 7:38 
GeneralRe: iterator Pin
Zac Howland29-Jun-06 8:12
Zac Howland29-Jun-06 8:12 
QuestionScope Pin
Jay0329-Jun-06 5:26
Jay0329-Jun-06 5:26 
AnswerRe: Scope Pin
Chris Losinger29-Jun-06 5:33
professionalChris Losinger29-Jun-06 5:33 
AnswerRe: Scope Pin
Zac Howland29-Jun-06 6:38
Zac Howland29-Jun-06 6:38 
GeneralRe: Scope Pin
Jay0329-Jun-06 7:40
Jay0329-Jun-06 7:40 
GeneralRe: Scope Pin
Blake Miller30-Jun-06 10:25
Blake Miller30-Jun-06 10:25 
QuestionHow to dynamically change a window class name? Pin
yjzh29-Jun-06 5:12
yjzh29-Jun-06 5:12 
AnswerRe: How to dynamically change a window class name? Pin
ovidiucucu29-Jun-06 5:24
ovidiucucu29-Jun-06 5: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.