Click here to Skip to main content
15,919,340 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: memory issues when i opening the dialog box Pin
bujji_bec8-Sep-05 19:28
bujji_bec8-Sep-05 19:28 
QuestionI want Doubly linked list in c++ source code Pin
Member 22586158-Sep-05 0:39
Member 22586158-Sep-05 0:39 
AnswerRe: I want Doubly linked list in c++ source code Pin
Manfred Staiger8-Sep-05 1:19
Manfred Staiger8-Sep-05 1:19 
AnswerRe: I want Doubly linked list in c++ source code Pin
Member 219796611-Sep-05 21:53
Member 219796611-Sep-05 21:53 
Questionhelp Pin
lotsoffun7-Sep-05 23:07
lotsoffun7-Sep-05 23:07 
AnswerRe: help Pin
Christian Graus8-Sep-05 12:22
protectorChristian Graus8-Sep-05 12:22 
QuestionMemory Overlapping Pin
fjlv20057-Sep-05 22:01
fjlv20057-Sep-05 22:01 
AnswerRe: Memory Overlapping Pin
Cedric Moonen7-Sep-05 22:23
Cedric Moonen7-Sep-05 22:23 
fjlv2005 wrote:
However when I allocate varB due to size, it reaches to the memory area allocated for varA

No way ! If you have allocated memory for varB, when you then allocate memory for variable varA, it will never take memory allocated for the first one. For me it's sound more that you are writing outside the borders of varB and thus writing perhaps in the memory allocated for varA.

Show us the code if you want more help
Questionfactorial calculation of a number in lakhs(for ex:100000) Pin
Member 21979667-Sep-05 21:42
Member 21979667-Sep-05 21:42 
QuestionClass Design tool Pin
TssPrasad7-Sep-05 18:08
sussTssPrasad7-Sep-05 18:08 
GeneralRe: Class Design tool Pin
toxcct7-Sep-05 20:38
toxcct7-Sep-05 20:38 
GeneralRe: Class Design tool Pin
Shiva Prasad7-Sep-05 20:47
Shiva Prasad7-Sep-05 20:47 
GeneralRe: Class Design tool Pin
toxcct7-Sep-05 20:49
toxcct7-Sep-05 20:49 
Questionreg: inheritance Pin
mcnu7-Sep-05 6:11
mcnu7-Sep-05 6:11 
AnswerRe: reg: inheritance Pin
Christian Graus7-Sep-05 13:18
protectorChristian Graus7-Sep-05 13:18 
GeneralRe: reg: inheritance Pin
Cedric Moonen7-Sep-05 21:18
Cedric Moonen7-Sep-05 21:18 
GeneralRe: reg: inheritance Pin
Christian Graus8-Sep-05 12:06
protectorChristian Graus8-Sep-05 12:06 
AnswerRe: reg: inheritance Pin
Cedric Moonen7-Sep-05 21:31
Cedric Moonen7-Sep-05 21:31 
GeneralRe: reg: inheritance Pin
mcnu8-Sep-05 2:22
mcnu8-Sep-05 2:22 
GeneralRe: reg: inheritance Pin
Cedric Moonen8-Sep-05 2:27
Cedric Moonen8-Sep-05 2:27 
GeneralRe: reg: inheritance Pin
Cedric Moonen8-Sep-05 2:38
Cedric Moonen8-Sep-05 2:38 
GeneralRe: reg: inheritance Pin
8-Sep-05 2:44
suss8-Sep-05 2:44 
GeneralThanks cedric monen Pin
8-Sep-05 3:28
suss8-Sep-05 3:28 
GeneralRe: Thanks cedric monen Pin
Cedric Moonen8-Sep-05 4:21
Cedric Moonen8-Sep-05 4:21 
Questionstroe windows form as a bitmap file?? Pin
richiemac7-Sep-05 4:38
richiemac7-Sep-05 4:38 

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.