Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The problem is... Pin
rbbhosale8-Sep-05 19:46
rbbhosale8-Sep-05 19:46 
QuestionHow to Store and retrieve Bitmap Image data from CByteArray Pin
snprani5-Sep-05 22:21
snprani5-Sep-05 22:21 
QuestionFile I/O Pin
Stanciu Vlad5-Sep-05 22:20
Stanciu Vlad5-Sep-05 22:20 
AnswerRe: File I/O Pin
Neagoe Gabriel5-Sep-05 22:34
Neagoe Gabriel5-Sep-05 22:34 
GeneralRe: File I/O Pin
Stanciu Vlad5-Sep-05 22:43
Stanciu Vlad5-Sep-05 22:43 
AnswerRe: File I/O Pin
David Crow6-Sep-05 4:48
David Crow6-Sep-05 4:48 
QuestionError when calling stored procedure from CRecordset Pin
Nandiator5-Sep-05 21:48
Nandiator5-Sep-05 21:48 
QuestionAdding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 20:59
babyspidy5-Sep-05 20:59 
Hello there.

I'm having difficulties on how I will add the data from one or several CStringArray to another CStringArray.

For e.g.

CStringArray strInfo[1] = { "12", "13", "14" };
CStringArray strInfo[2] = { "1", "2", "3", "4" };
CStringArray strInfo[3] = { "5", "6", "7", "8", "9", .... };
.
.
.
. and so on...

and the new CStringArray should have the data from strInfo[1], strInfo[2] and strInfo[3] ....

so it should be like this.

newStrInfo = { "12", "13", "14", "1", "2", "3", "4", "5", "6", "7", "8", "9", .... };

Please help me on this matter. Any help is much appreciated.
By the way, if it's possible to convert it in an integer array, please teach me too.
I also made the input data as integer array instead of CStringArray (int* strInfo[1], int* strInfo[2], int* strInfo[3]...) but still I can't pass the data into another data array.

Thanks and best regards.




With great power comes a great responsibility.
AnswerRe: Adding CStringArray data into another CStringArray...help.. Pin
Neagoe Gabriel5-Sep-05 21:56
Neagoe Gabriel5-Sep-05 21:56 
AnswerRe: Adding CStringArray data into another CStringArray...help.. Pin
kakan5-Sep-05 22:00
professionalkakan5-Sep-05 22:00 
GeneralRe: Adding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 22:44
babyspidy5-Sep-05 22:44 
GeneralRe: Adding CStringArray data into another CStringArray...help.. Pin
babyspidy5-Sep-05 23:00
babyspidy5-Sep-05 23:00 
QuestionMemory requirement in CListCtrl Pin
rbbhosale5-Sep-05 20:52
rbbhosale5-Sep-05 20:52 
AnswerRe: Memory requirement in CListCtrl Pin
Neagoe Gabriel5-Sep-05 21:26
Neagoe Gabriel5-Sep-05 21:26 
AnswerRe: Memory requirement in CListCtrl Pin
David Crow6-Sep-05 4:55
David Crow6-Sep-05 4:55 
GeneralRe: Memory requirement in CListCtrl Pin
rbbhosale8-Sep-05 19:18
rbbhosale8-Sep-05 19:18 
GeneralRe: Memory requirement in CListCtrl Pin
David Crow9-Sep-05 2:39
David Crow9-Sep-05 2:39 
Questionproblem with"temporary storage of images" Pin
a_david1235-Sep-05 20:49
a_david1235-Sep-05 20:49 
AnswerRe: problem with"temporary storage of images" Pin
khan++5-Sep-05 21:07
khan++5-Sep-05 21:07 
AnswerRe: problem with"temporary storage of images" Pin
The Code Machine6-Sep-05 7:42
The Code Machine6-Sep-05 7:42 
QuestionGetting Color Of Control Pin
Identity Undisclosed5-Sep-05 20:42
Identity Undisclosed5-Sep-05 20:42 
AnswerRe: Getting Color Of Control Pin
G Haranadh5-Sep-05 21:14
G Haranadh5-Sep-05 21:14 
GeneralRe: Getting Color Of Control Pin
Identity Undisclosed6-Sep-05 0:18
Identity Undisclosed6-Sep-05 0:18 
AnswerRe: Getting Color Of Control Pin
ThatsAlok5-Sep-05 23:17
ThatsAlok5-Sep-05 23:17 
GeneralRe: Getting Color Of Control Pin
Identity Undisclosed6-Sep-05 0:16
Identity Undisclosed6-Sep-05 0:16 

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.