Click here to Skip to main content
15,897,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
Naveen9-Feb-07 17:57
Naveen9-Feb-07 17:57 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
Michael Dunn9-Feb-07 21:09
sitebuilderMichael Dunn9-Feb-07 21:09 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
Naveen9-Feb-07 21:13
Naveen9-Feb-07 21:13 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
hsuch9-Feb-07 23:21
hsuch9-Feb-07 23:21 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
amitmistry_petlad 9-Feb-07 19:35
amitmistry_petlad 9-Feb-07 19:35 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
Naveen9-Feb-07 19:55
Naveen9-Feb-07 19:55 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
amitmistry_petlad 9-Feb-07 20:09
amitmistry_petlad 9-Feb-07 20:09 
GeneralRe: how can i pass my array object in function arguments by reference? Pin
Naveen9-Feb-07 20:14
Naveen9-Feb-07 20:14 
amitmistry_petlad wrote:
1) EncodeMediaContent(......,last param) //here i should put pointer
2) GenerateConfigurePackageRequest(..., last param )//here i should pointer


you dont need to change this parameters. The current definition is ok. And even though u recieve a pointer in the last function, you will be able to use like

Title=_ProtectSet[0].title;

Modify the code as I said and try compliling the code. It should compile with zero errors.And let me know if there is any error.



nave

GeneralRe: how can i pass my array object in function arguments by reference? Pin
amitmistry_petlad 9-Feb-07 20:33
amitmistry_petlad 9-Feb-07 20:33 
Questionhow to custom a print style Pin
zhaohaicheng9-Feb-07 16:25
zhaohaicheng9-Feb-07 16:25 
AnswerRe: how to custom a print style Pin
Waldermort9-Feb-07 20:50
Waldermort9-Feb-07 20:50 
GeneralRe: how to custom a print style Pin
zhaohaicheng9-Feb-07 21:34
zhaohaicheng9-Feb-07 21:34 
QuestionTransparent window causes refreshing problem! Pin
eat_union9-Feb-07 16:24
eat_union9-Feb-07 16:24 
QuestionHelp with imple syntax error. Pin
Lord Kixdemp9-Feb-07 12:54
Lord Kixdemp9-Feb-07 12:54 
AnswerRe: Help with imple syntax error. Pin
rondznt9-Feb-07 13:06
rondznt9-Feb-07 13:06 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:12
Lord Kixdemp9-Feb-07 13:12 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:16
protectorChristian Graus9-Feb-07 13:16 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:25
Lord Kixdemp9-Feb-07 13:25 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:39
protectorChristian Graus9-Feb-07 13:39 
GeneralRe: Help with imple syntax error. Pin
rondznt9-Feb-07 13:47
rondznt9-Feb-07 13:47 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:57
protectorChristian Graus9-Feb-07 13:57 
GeneralRe: Help with imple syntax error. Pin
Anthony Mushrow9-Feb-07 13:29
professionalAnthony Mushrow9-Feb-07 13:29 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:37
Lord Kixdemp9-Feb-07 13:37 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:40
protectorChristian Graus9-Feb-07 13:40 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp10-Feb-07 7:21
Lord Kixdemp10-Feb-07 7:21 

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.