Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get specified windows users or group? Pin
Syouki_kou16-Mar-10 17:45
Syouki_kou16-Mar-10 17:45 
AnswerRe: How to get specified windows users or group? Pin
KarstenK16-Mar-10 3:49
mveKarstenK16-Mar-10 3:49 
GeneralRe: How to get specified windows users or group? Pin
Syouki_kou16-Mar-10 17:50
Syouki_kou16-Mar-10 17:50 
QuestionMessage Removed Pin
15-Mar-10 22:18
parksi15-Mar-10 22:18 
AnswerRe: gdi+ how to save a 16-color GIF image file Pin
Iain Clarke, Warrior Programmer15-Mar-10 23:00
Iain Clarke, Warrior Programmer15-Mar-10 23:00 
Questionshow/hide ms-word toolbar in C++ Builder ??? Pin
sy111115-Mar-10 16:25
sy111115-Mar-10 16:25 
QuestionHow to get base class name of derived class Pin
sito4215-Mar-10 14:55
sito4215-Mar-10 14:55 
AnswerRe: How to get base class name of derived class Pin
Avi Berger15-Mar-10 15:49
Avi Berger15-Mar-10 15:49 
I don't know what your "array" is, but you can't put objects of different types in a C++ array or in an STL container. You can put pointers to objects in the same inheritance hierarchy in, but then you know what the base class is.

Evidently, your array is some special container you wrote or found somewhere. It isn't clear how it works or what the return type of array[] is. It obviously can't be A*, B*, or C*. Knowing this is necessary to figuring out how to deal with it. Some possibilities are a discriminated union or boost::any.
Please do not read this signature.

GeneralRe: How to get base class name of derived class Pin
sito4215-Mar-10 17:04
sito4215-Mar-10 17:04 
AnswerRe: How to get base class name of derived class Pin
Avi Berger15-Mar-10 17:45
Avi Berger15-Mar-10 17:45 
GeneralRe: How to get base class name of derived class Pin
sito4215-Mar-10 20:24
sito4215-Mar-10 20:24 
AnswerRe: How to get base class name of derived class Pin
Adam Roderick J15-Mar-10 18:07
Adam Roderick J15-Mar-10 18:07 
Questionpersistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 11:13
permutations15-Mar-10 11:13 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
LouisLewis15-Mar-10 11:21
LouisLewis15-Mar-10 11:21 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 11:34
permutations15-Mar-10 11:34 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
LouisLewis15-Mar-10 11:43
LouisLewis15-Mar-10 11:43 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 12:07
permutations15-Mar-10 12:07 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Avi Berger15-Mar-10 15:13
Avi Berger15-Mar-10 15:13 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:01
permutations15-Mar-10 17:01 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Luc Pattyn15-Mar-10 16:02
sitebuilderLuc Pattyn15-Mar-10 16:02 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:26
permutations15-Mar-10 17:26 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
Luc Pattyn15-Mar-10 17:30
sitebuilderLuc Pattyn15-Mar-10 17:30 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:37
permutations15-Mar-10 17:37 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Adam Roderick J15-Mar-10 20:25
Adam Roderick J15-Mar-10 20:25 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Roger Allen16-Mar-10 5:01
Roger Allen16-Mar-10 5:01 

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.