Click here to Skip to main content
16,006,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: appliction freezing.. Pin
Roman Nurik10-Jun-02 15:47
Roman Nurik10-Jun-02 15:47 
GeneralRe: appliction freezing.. Pin
10-Jun-02 16:12
suss10-Jun-02 16:12 
GeneralRe: appliction freezing.. Pin
Le centriste11-Jun-02 3:40
Le centriste11-Jun-02 3:40 
GeneralImage transformations Pin
SuperGeek10-Jun-02 14:20
SuperGeek10-Jun-02 14:20 
GeneralRe: Image transformations Pin
moswal10-Jun-02 15:45
moswal10-Jun-02 15:45 
GeneralRe: Image transformations Pin
Christian Graus10-Jun-02 16:47
protectorChristian Graus10-Jun-02 16:47 
Generalsize of a control (MSFlexGrid) Pin
BlackDogEngineering10-Jun-02 13:45
BlackDogEngineering10-Jun-02 13:45 
GeneralCStringArray and pointers Pin
10-Jun-02 13:42
suss10-Jun-02 13:42 
Hi,

given:
CStringArray* pArray;
CStringArray aArray;


and I have useful data in pArray. Now I want to accumulate multiple pArray's in an aArray.
aArray.Append(pArray)


but the argument of CStringArray::Append requires a CStringArray& not a CStringArray*.
How can I cast it?

Thank you

R.
GeneralRe: CStringArray and pointers Pin
Chris Losinger10-Jun-02 13:55
professionalChris Losinger10-Jun-02 13:55 
General10x Pin
10-Jun-02 13:55
suss10-Jun-02 13:55 
GeneralDuplicate insert block Pin
Stew10-Jun-02 12:07
Stew10-Jun-02 12:07 
GeneralRe: Duplicate insert block Pin
Rama Krishna Vavilala10-Jun-02 12:32
Rama Krishna Vavilala10-Jun-02 12:32 
GeneralDisable MRU file list Pin
Haakon S.10-Jun-02 11:48
Haakon S.10-Jun-02 11:48 
GeneralRe: Disable MRU file list Pin
10-Jun-02 19:40
suss10-Jun-02 19:40 
GeneralRe: Disable MRU file list Pin
Haakon S.10-Jun-02 20:37
Haakon S.10-Jun-02 20:37 
GeneralRe: Disable MRU file list Pin
Alexandru Savescu10-Jun-02 21:30
Alexandru Savescu10-Jun-02 21:30 
GeneralRe: Disable MRU file list Pin
Stephen C. Steel11-Jun-02 8:19
Stephen C. Steel11-Jun-02 8:19 
QuestionHow do i found out if multiple items is selected in my ListView control? Pin
redeemer10-Jun-02 11:29
redeemer10-Jun-02 11:29 
AnswerRe: How do i found out if multiple items is selected in my ListView control? Pin
Gary Kirkham10-Jun-02 11:40
Gary Kirkham10-Jun-02 11:40 
GeneralRe: How do i found out if multiple items is selected in my ListView control? Pin
redeemer10-Jun-02 11:36
redeemer10-Jun-02 11:36 
GeneralRe: How do i found out if multiple items is selected in my ListView control? Pin
Michael Dunn10-Jun-02 17:57
sitebuilderMichael Dunn10-Jun-02 17:57 
GeneralCalling Applicaiton functions from a DLL Pin
10-Jun-02 11:28
suss10-Jun-02 11:28 
GeneralRe: Calling Applicaiton functions from a DLL Pin
Rama Krishna Vavilala10-Jun-02 11:36
Rama Krishna Vavilala10-Jun-02 11:36 
GeneralRe: Calling Applicaiton functions from a DLL Pin
Mike Nordell10-Jun-02 12:35
Mike Nordell10-Jun-02 12:35 
GeneralpThread question in C++ Pin
ChiYung10-Jun-02 11:25
ChiYung10-Jun-02 11:25 

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.