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

C / C++ / MFC

 
GeneralRe: new dialog on button click Pin
cje27-Jun-06 11:21
cje27-Jun-06 11:21 
AnswerRe: new dialog on button click Pin
Hamid_RT27-Jun-06 19:26
Hamid_RT27-Jun-06 19:26 
QuestionPlay Video inside a Picture Control Pin
LCI27-Jun-06 10:11
LCI27-Jun-06 10:11 
AnswerRe: Play Video inside a Picture Control Pin
valikac27-Jun-06 10:54
valikac27-Jun-06 10:54 
GeneralRe: Play Video inside a Picture Control Pin
LCI27-Jun-06 11:25
LCI27-Jun-06 11:25 
GeneralRe: Play Video inside a Picture Control Pin
valikac27-Jun-06 11:39
valikac27-Jun-06 11:39 
GeneralRe: Play Video inside a Picture Control Pin
cje27-Jun-06 11:52
cje27-Jun-06 11:52 
QuestionFunctions with Pointer Parameters Pin
Jay0327-Jun-06 10:10
Jay0327-Jun-06 10:10 
Hey guys,

I am trying to study how functions with POINTER PARAMETER WORKS. Does anyone know any link where I can study how Functions with pointer parameters work.

Thanks D'Oh! | :doh:

void ObjectRoot::classInit( RTI::RTIambassador* rtiAmb, const char* classIdStr )<br />
{<br />
   ObjectRoot::ms_rtiAmb = rtiAmb;<br />
   ObjectRoot::ms_classIdStr = classIdStr;<br />
<br />
   if ( ms_rtiAmb )<br />
   {<br />
      ms_classId = ms_rtiAmb->getObjectClassHandle( ms_classIdStr );<br />
   }<br />
}
Confused | :confused:
AnswerRe: Functions with Pointer Parameters Pin
Maximilien27-Jun-06 10:26
Maximilien27-Jun-06 10:26 
GeneralRe: Functions with Pointer Parameters Pin
Jay0327-Jun-06 10:32
Jay0327-Jun-06 10:32 
AnswerRe: Functions with Pointer Parameters Pin
led mike27-Jun-06 11:17
led mike27-Jun-06 11:17 
AnswerRe: Functions with Pointer Parameters Pin
Jun Du27-Jun-06 12:24
Jun Du27-Jun-06 12:24 
GeneralRe: Functions with Pointer Parameters Pin
Jay0328-Jun-06 2:59
Jay0328-Jun-06 2:59 
GeneralRe: Functions with Pointer Parameters Pin
Jun Du28-Jun-06 3:30
Jun Du28-Jun-06 3:30 
AnswerRe: Functions with Pointer Parameters Pin
Hamid_RT27-Jun-06 19:02
Hamid_RT27-Jun-06 19:02 
AnswerRe: Functions with Pointer Parameters Pin
David Crow28-Jun-06 6:24
David Crow28-Jun-06 6:24 
Questionexpanding environment strings Pin
neilsolent27-Jun-06 10:03
neilsolent27-Jun-06 10:03 
AnswerRe: expanding environment strings Pin
Michael Dunn27-Jun-06 11:38
sitebuilderMichael Dunn27-Jun-06 11:38 
GeneralRe: expanding environment strings Pin
neilsolent27-Jun-06 21:31
neilsolent27-Jun-06 21:31 
QuestionHBITMAP or CDC into a PDF File Pin
Christopher Stratmann27-Jun-06 10:02
Christopher Stratmann27-Jun-06 10:02 
AnswerRe: HBITMAP or CDC into a PDF File Pin
Chris Losinger27-Jun-06 10:28
professionalChris Losinger27-Jun-06 10:28 
AnswerRe: Char Pointers Pin
Maximilien27-Jun-06 8:05
Maximilien27-Jun-06 8:05 
GeneralRe: Char Pointers Pin
Christopher Stratmann27-Jun-06 23:59
Christopher Stratmann27-Jun-06 23:59 
QuestionProblems synchronizing multiple threads?? Pin
pavanbabut27-Jun-06 7:45
pavanbabut27-Jun-06 7:45 
QuestionRe: Problems synchronizing multiple threads?? Pin
Jun Du27-Jun-06 8:20
Jun Du27-Jun-06 8:20 

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.