Click here to Skip to main content
15,908,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionnewbe question about arrays Pin
Jacavienna2-Apr-09 0:17
Jacavienna2-Apr-09 0:17 
AnswerRe: newbe question about arrays Pin
Rajesh R Subramanian2-Apr-09 0:21
professionalRajesh R Subramanian2-Apr-09 0:21 
GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 0:47
Jacavienna2-Apr-09 0:47 
GeneralGive us a clue Pin
Rajesh R Subramanian2-Apr-09 0:56
professionalRajesh R Subramanian2-Apr-09 0:56 
GeneralRe: Give us a clue Pin
Jacavienna2-Apr-09 1:14
Jacavienna2-Apr-09 1:14 
GeneralRe: newbe question about arrays Pin
Stuart Dootson2-Apr-09 2:19
professionalStuart Dootson2-Apr-09 2:19 
AnswerRe: newbe question about arrays Pin
_AnsHUMAN_ 2-Apr-09 0:26
_AnsHUMAN_ 2-Apr-09 0:26 
AnswerRe: newbe question about arrays Pin
Divyang Mithaiwala2-Apr-09 0:51
Divyang Mithaiwala2-Apr-09 0:51 
If you are talking about dynamic array
means size of array get change at run time
then you can't declare array this way.

You have to take pointer of int array
And use melloc & realloc method for dynamic allocation.

If this is not what you are asking then please clarify your question.


regards,
Divyang Mithaiwala
Software Engineer

GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 1:01
Jacavienna2-Apr-09 1:01 
AnswerRe: newbe question about arrays Pin
Cedric Moonen2-Apr-09 1:01
Cedric Moonen2-Apr-09 1:01 
GeneralRe: newbe question about arrays Pin
Jacavienna2-Apr-09 1:10
Jacavienna2-Apr-09 1:10 
GeneralRe: newbe question about arrays Pin
Cedric Moonen2-Apr-09 1:14
Cedric Moonen2-Apr-09 1:14 
AnswerRe: newbe question about arrays Pin
David Crow2-Apr-09 3:23
David Crow2-Apr-09 3:23 
Questionany sync opration with vc++ concepts give a sample Pin
AshNis2-Apr-09 0:11
AshNis2-Apr-09 0:11 
AnswerRe: any sync opration with vc++ concepts give a sample Pin
_AnsHUMAN_ 2-Apr-09 0:21
_AnsHUMAN_ 2-Apr-09 0:21 
AnswerRe: any sync opration with vc++ concepts give a sample Pin
Iain Clarke, Warrior Programmer2-Apr-09 5:39
Iain Clarke, Warrior Programmer2-Apr-09 5:39 
QuestionHow to delete CStatic object. Pin
hemlat1-Apr-09 23:01
hemlat1-Apr-09 23:01 
AnswerRe: How to delete CStatic object. Pin
Code-o-mat1-Apr-09 23:36
Code-o-mat1-Apr-09 23:36 
GeneralRe: How to delete CStatic object. Pin
hemlat1-Apr-09 23:39
hemlat1-Apr-09 23:39 
GeneralRe: How to delete CStatic object. Pin
Code-o-mat1-Apr-09 23:54
Code-o-mat1-Apr-09 23:54 
GeneralRe: How to delete CStatic object. Pin
hemlat2-Apr-09 0:09
hemlat2-Apr-09 0:09 
GeneralRe: How to delete CStatic object. Pin
Maximilien2-Apr-09 0:15
Maximilien2-Apr-09 0:15 
GeneralRe: How to delete CStatic object. Pin
Code-o-mat2-Apr-09 0:25
Code-o-mat2-Apr-09 0:25 
GeneralRe: How to delete CStatic object. Pin
Niklas L2-Apr-09 2:53
Niklas L2-Apr-09 2:53 
GeneralRe: How to delete CStatic object. Pin
Code-o-mat2-Apr-09 3:14
Code-o-mat2-Apr-09 3:14 

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.