Click here to Skip to main content
15,917,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Class initialization and memory allocation Pin
Christian Flutcher4-Sep-08 20:29
Christian Flutcher4-Sep-08 20:29 
GeneralRe: Class initialization and memory allocation Pin
_AnsHUMAN_ 4-Sep-08 19:58
_AnsHUMAN_ 4-Sep-08 19:58 
GeneralRe: Class initialization and memory allocation Pin
Rajesh R Subramanian4-Sep-08 20:16
professionalRajesh R Subramanian4-Sep-08 20:16 
GeneralRe: Class initialization and memory allocation Pin
_AnsHUMAN_ 4-Sep-08 20:29
_AnsHUMAN_ 4-Sep-08 20:29 
GeneralRe: Class initialization and memory allocation Pin
Naveen4-Sep-08 20:23
Naveen4-Sep-08 20:23 
GeneralRe: Class initialization and memory allocation Pin
Rajesh R Subramanian4-Sep-08 20:00
professionalRajesh R Subramanian4-Sep-08 20:00 
GeneralRe: Class initialization and memory allocation Pin
Christian Flutcher4-Sep-08 20:17
Christian Flutcher4-Sep-08 20:17 
GeneralRe: Class initialization and memory allocation Pin
Cedric Moonen4-Sep-08 20:25
Cedric Moonen4-Sep-08 20:25 
The pointer itself is on the stack but it contains the address of another variable. This address can either be in stack or in heap (it depends where you allocated it).
Don't forget that pointers are variables too (they simply contain an address).

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: Class initialization and memory allocation Pin
Rajesh R Subramanian4-Sep-08 20:25
professionalRajesh R Subramanian4-Sep-08 20:25 
GeneralRe: Class initialization and memory allocation Pin
Christian Flutcher4-Sep-08 20:31
Christian Flutcher4-Sep-08 20:31 
GeneralRe: Class initialization and memory allocation Pin
Rajesh R Subramanian4-Sep-08 20:42
professionalRajesh R Subramanian4-Sep-08 20:42 
AnswerRe: Class initialization and memory allocation Pin
santhoshv844-Sep-08 19:27
santhoshv844-Sep-08 19:27 
GeneralRe: Class initialization and memory allocation Pin
Christian Flutcher4-Sep-08 19:44
Christian Flutcher4-Sep-08 19:44 
Questionproblem with inno setup.... Pin
shaina22314-Sep-08 19:00
shaina22314-Sep-08 19:00 
AnswerRe: problem with inno setup.... Pin
santhoshv844-Sep-08 19:12
santhoshv844-Sep-08 19:12 
GeneralRe: problem with inno setup.... Pin
shaina22314-Sep-08 19:19
shaina22314-Sep-08 19:19 
GeneralRe: problem with inno setup.... Pin
santhoshv844-Sep-08 19:31
santhoshv844-Sep-08 19:31 
GeneralRe: problem with inno setup.... Pin
SandipG 4-Sep-08 20:12
SandipG 4-Sep-08 20:12 
Questioncreate structure in exe and call in DLL Pin
samrw4-Sep-08 18:48
samrw4-Sep-08 18:48 
AnswerRe: create structure in exe and call in DLL Pin
_AnsHUMAN_ 4-Sep-08 19:12
_AnsHUMAN_ 4-Sep-08 19:12 
GeneralRe: create structure in exe and call in DLL Pin
JudyL_MD5-Sep-08 4:47
JudyL_MD5-Sep-08 4:47 
AnswerRe: create structure in exe and call in DLL Pin
JudyL_MD5-Sep-08 4:46
JudyL_MD5-Sep-08 4:46 
GeneralRe: create structure in exe and call in DLL Pin
samrw7-Sep-08 22:02
samrw7-Sep-08 22:02 
QuestionString Pin
knowvc4-Sep-08 18:33
knowvc4-Sep-08 18:33 
AnswerRe: String Pin
User 2155974-Sep-08 18:38
User 2155974-Sep-08 18: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.