Click here to Skip to main content
15,927,060 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC++ Max and Min Heaps Pin
HondaCBR60015-Nov-06 16:54
HondaCBR60015-Nov-06 16:54 
AnswerRe: C++ Max and Min Heaps Pin
Christian Graus15-Nov-06 16:59
protectorChristian Graus15-Nov-06 16:59 
QuestionVideo frame Buffer. Pin
WindowsProject15-Nov-06 15:33
WindowsProject15-Nov-06 15:33 
AnswerRe: Video frame Buffer. Pin
priyeshtinku15-Nov-06 20:49
priyeshtinku15-Nov-06 20:49 
QuestionI need help Pin
hzc1910250615-Nov-06 15:21
hzc1910250615-Nov-06 15:21 
AnswerRe: I need help Pin
Christian Graus15-Nov-06 15:29
protectorChristian Graus15-Nov-06 15:29 
Questionpassing array of pointers Pin
thathvamsi15-Nov-06 15:18
thathvamsi15-Nov-06 15:18 
AnswerRe: passing array of pointers Pin
Christian Graus15-Nov-06 15:26
protectorChristian Graus15-Nov-06 15:26 
This is C, not C++ ?

I believe you want to cast Names to char **, and not the address of Names.  I think an array is a pointer by definition.  You could also declare Names as char **.



Christian Graus - C++ MVP

GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 15:37
thathvamsi15-Nov-06 15:37 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 15:41
protectorChristian Graus15-Nov-06 15:41 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 15:50
thathvamsi15-Nov-06 15:50 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 16:02
protectorChristian Graus15-Nov-06 16:02 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 16:49
thathvamsi15-Nov-06 16:49 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 16:51
protectorChristian Graus15-Nov-06 16:51 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 17:18
thathvamsi15-Nov-06 17:18 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 17:21
protectorChristian Graus15-Nov-06 17:21 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 17:23
thathvamsi15-Nov-06 17:23 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 17:30
protectorChristian Graus15-Nov-06 17:30 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 18:55
thathvamsi15-Nov-06 18:55 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 19:12
protectorChristian Graus15-Nov-06 19:12 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 20:06
thathvamsi15-Nov-06 20:06 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 20:10
protectorChristian Graus15-Nov-06 20:10 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 21:45
thathvamsi15-Nov-06 21:45 
GeneralRe: passing array of pointers Pin
Christian Graus15-Nov-06 21:56
protectorChristian Graus15-Nov-06 21:56 
GeneralRe: passing array of pointers Pin
thathvamsi15-Nov-06 22:12
thathvamsi15-Nov-06 22:12 

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.