Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Spy++ / Window Handle Pin
ThatsAlok5-Jun-05 18:12
ThatsAlok5-Jun-05 18:12 
Generalreading and writing Files through MFC Pin
Member 20005495-Jun-05 10:31
Member 20005495-Jun-05 10:31 
GeneralRe: reading and writing Files through MFC Pin
Jack Puppy5-Jun-05 11:09
Jack Puppy5-Jun-05 11:09 
GeneralRe: reading and writing Files through MFC Pin
Christian Graus5-Jun-05 11:22
protectorChristian Graus5-Jun-05 11:22 
GeneralPass pointer to double array as func. parameter Pin
Robert Palma Jr.5-Jun-05 7:28
Robert Palma Jr.5-Jun-05 7:28 
GeneralRe: Pass pointer to double array as func. parameter Pin
Tom Archer5-Jun-05 7:56
Tom Archer5-Jun-05 7:56 
GeneralRe: Pass pointer to double array as func. parameter Pin
Tom Archer5-Jun-05 8:01
Tom Archer5-Jun-05 8:01 
GeneralRe: Pass pointer to double array as func. parameter Pin
Dominik Reichl5-Jun-05 9:54
Dominik Reichl5-Jun-05 9:54 
Declaring array as: double xx[100];
Declaring func. int process( double *input[] )

The second one is a double pointer (pointer to an array). So, pass your array like:
process(&xx);

Best regards
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: Pass pointer to double array as func. parameter Pin
Michael Dunn5-Jun-05 18:02
sitebuilderMichael Dunn5-Jun-05 18:02 
GeneralRe: Pass pointer to double array as func. parameter Pin
Robert Palma Jr.6-Jun-05 5:03
Robert Palma Jr.6-Jun-05 5:03 
GeneralSend a data with a message Pin
Pasquale825-Jun-05 6:44
Pasquale825-Jun-05 6:44 
GeneralRe: Send a data with a message Pin
Tom Archer5-Jun-05 8:08
Tom Archer5-Jun-05 8:08 
GeneralRe: Send a data with a message Pin
Jack Puppy5-Jun-05 8:11
Jack Puppy5-Jun-05 8:11 
GeneralRe: Send a data with a message Pin
Rouslan Grabar [Russ]5-Jun-05 18:59
Rouslan Grabar [Russ]5-Jun-05 18:59 
GeneralRe: Send a data with a message Pin
ThatsAlok5-Jun-05 19:32
ThatsAlok5-Jun-05 19:32 
GeneralRe: Send a data with a message Pin
Pasquale826-Jun-05 6:28
Pasquale826-Jun-05 6:28 
GeneralTree MDI Framework Pin
laiju5-Jun-05 5:57
laiju5-Jun-05 5:57 
GeneralSeconde mouse Pin
Member 19344145-Jun-05 3:38
Member 19344145-Jun-05 3:38 
GeneralRe: Seconde mouse Pin
Michael Dunn5-Jun-05 18:08
sitebuilderMichael Dunn5-Jun-05 18:08 
GeneralC# interop with DLL Pin
scchan19845-Jun-05 1:57
scchan19845-Jun-05 1:57 
GeneralUsing MFC Pin
Member 20005495-Jun-05 1:24
Member 20005495-Jun-05 1:24 
GeneralRe: Using MFC Pin
David Crow5-Jun-05 10:30
David Crow5-Jun-05 10:30 
GeneralRe: Using MFC Pin
Nilesh K.5-Jun-05 22:53
Nilesh K.5-Jun-05 22:53 
GeneralCTreeCtrl GetSelectedItem() Pin
laiju5-Jun-05 1:18
laiju5-Jun-05 1:18 
GeneralRe: CTreeCtrl GetSelectedItem() Pin
Jack Puppy5-Jun-05 8:33
Jack Puppy5-Jun-05 8:33 

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.