Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFinding a directory Pin
Anthony Appleyard29-Mar-20 18:32
Anthony Appleyard29-Mar-20 18:32 
AnswerRe: Finding a directory Pin
leon de boer29-Mar-20 20:26
leon de boer29-Mar-20 20:26 
QuestionPassing an array as argument to a function Pin
Calin Negru28-Mar-20 22:15
Calin Negru28-Mar-20 22:15 
AnswerRe: Passing an array as argument to a function Pin
Richard MacCutchan28-Mar-20 22:34
mveRichard MacCutchan28-Mar-20 22:34 
GeneralRe: Passing an array as argument to a function Pin
Calin Negru28-Mar-20 22:59
Calin Negru28-Mar-20 22:59 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan28-Mar-20 23:23
mveRichard MacCutchan28-Mar-20 23:23 
GeneralRe: Passing an array as argument to a function Pin
Calin Negru28-Mar-20 23:44
Calin Negru28-Mar-20 23:44 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan28-Mar-20 23:55
mveRichard MacCutchan28-Mar-20 23:55 
Well, of course that breaks it so you may find that your code crashes. You must not overwrite arrays that are passed to you with more data than it can hold. But this conversation is missing some vital information. Maybe you can explain exactly what problem you are trying to solve.
GeneralRe: Passing an array as argument to a function Pin
Calin Negru29-Mar-20 0:48
Calin Negru29-Mar-20 0:48 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan29-Mar-20 0:50
mveRichard MacCutchan29-Mar-20 0:50 
GeneralRe: Passing an array as argument to a function Pin
Calin Negru29-Mar-20 1:14
Calin Negru29-Mar-20 1:14 
GeneralRe: Passing an array as argument to a function Pin
k505429-Mar-20 4:03
mvek505429-Mar-20 4:03 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan29-Mar-20 4:18
mveRichard MacCutchan29-Mar-20 4:18 
GeneralRe: Passing an array as argument to a function Pin
leon de boer29-Mar-20 4:23
leon de boer29-Mar-20 4:23 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan29-Mar-20 4:28
mveRichard MacCutchan29-Mar-20 4:28 
GeneralRe: Passing an array as argument to a function Pin
k505429-Mar-20 4:34
mvek505429-Mar-20 4:34 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan29-Mar-20 5:48
mveRichard MacCutchan29-Mar-20 5:48 
GeneralRe: Passing an array as argument to a function Pin
Stefan_Lang30-Mar-20 23:05
Stefan_Lang30-Mar-20 23:05 
GeneralRe: Passing an array as argument to a function Pin
Richard MacCutchan30-Mar-20 23:37
mveRichard MacCutchan30-Mar-20 23:37 
GeneralRe: Passing an array as argument to a function Pin
leon de boer29-Mar-20 15:31
leon de boer29-Mar-20 15:31 
GeneralRe: Passing an array as argument to a function Pin
Greg Utas29-Mar-20 2:19
professionalGreg Utas29-Mar-20 2:19 
GeneralRe: Passing an array as argument to a function Pin
Calin Negru29-Mar-20 2:58
Calin Negru29-Mar-20 2:58 
GeneralRe: Passing an array as argument to a function Pin
leon de boer29-Mar-20 4:11
leon de boer29-Mar-20 4:11 
GeneralRe: Passing an array as argument to a function Pin
Greg Utas29-Mar-20 5:54
professionalGreg Utas29-Mar-20 5:54 
GeneralRe: Passing an array as argument to a function Pin
Calin Negru29-Mar-20 6:07
Calin Negru29-Mar-20 6:07 

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.