Click here to Skip to main content
15,890,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionStorage for Statis Data members Pin
AkashAg5-Oct-09 23:18
AkashAg5-Oct-09 23:18 
AnswerRe: Storage for Statis Data members Pin
CPallini5-Oct-09 23:33
mveCPallini5-Oct-09 23:33 
AnswerRe: Storage for Statis Data members Pin
Richard MacCutchan5-Oct-09 23:35
mveRichard MacCutchan5-Oct-09 23:35 
GeneralRe: Storage for Statis Data members Pin
AkashAg5-Oct-09 23:59
AkashAg5-Oct-09 23:59 
QuestionRe: Storage for Statis Data members Pin
CPallini6-Oct-09 0:14
mveCPallini6-Oct-09 0:14 
GeneralRe: Storage for Statis Data members Pin
Richard MacCutchan6-Oct-09 0:43
mveRichard MacCutchan6-Oct-09 0:43 
AnswerRe: Storage for Statis Data members Pin
santhosh-padamatinti5-Oct-09 23:56
santhosh-padamatinti5-Oct-09 23:56 
GeneralRe: Storage for Statis Data members Pin
Richard MacCutchan6-Oct-09 0:47
mveRichard MacCutchan6-Oct-09 0:47 
sampath-padamatinti wrote:
The simple example for this is when ever you are trying to create a static variable inside a class it gives an error.


What does this mean? It is quite correct to have static variables in a class: they are known as class variables.


sampath-padamatinti wrote:
That is the memory is allocated to class variables at run time.


No, class variables are allocated at compile time.

sampath-padamatinti wrote:
both the things are contradiction.


Confused | :confused:
QuestionIndication of FileNames [modified] Pin
Chandrasekharan P5-Oct-09 22:48
Chandrasekharan P5-Oct-09 22:48 
AnswerRe: Indication of FileNames Pin
Cedric Moonen5-Oct-09 23:09
Cedric Moonen5-Oct-09 23:09 
AnswerRe: Indication of FileNames Pin
David Crow6-Oct-09 3:06
David Crow6-Oct-09 3:06 
QuestionShell title Pin
Souldrift5-Oct-09 22:23
Souldrift5-Oct-09 22:23 
AnswerRe: Shell title Pin
Naveen5-Oct-09 22:55
Naveen5-Oct-09 22:55 
GeneralRe: Shell title Pin
Souldrift6-Oct-09 1:36
Souldrift6-Oct-09 1:36 
Questionminix 3 comment Pin
rad-25-Oct-09 22:21
rad-25-Oct-09 22:21 
AnswerRe: minix 3 comment Pin
CPallini5-Oct-09 22:29
mveCPallini5-Oct-09 22:29 
QuestionGetProcAddress returns wrong address for itself Pin
FotisSs5-Oct-09 21:59
FotisSs5-Oct-09 21:59 
AnswerRe: GetProcAddress returns wrong address for itself Pin
Stuart Dootson5-Oct-09 23:09
professionalStuart Dootson5-Oct-09 23:09 
GeneralRe: GetProcAddress returns wrong address for itself Pin
FotisSs6-Oct-09 0:08
FotisSs6-Oct-09 0:08 
GeneralRe: GetProcAddress returns wrong address for itself Pin
FotisSs6-Oct-09 0:59
FotisSs6-Oct-09 0:59 
QuestionDeallocating data allocated in MFC thread Pin
Chesnokov Yuriy5-Oct-09 21:24
professionalChesnokov Yuriy5-Oct-09 21:24 
AnswerRe: Deallocating data allocated in MFC thread Pin
Sameerkumar Namdeo5-Oct-09 22:08
Sameerkumar Namdeo5-Oct-09 22:08 
AnswerRe: Deallocating data allocated in MFC thread Pin
David Crow6-Oct-09 3:09
David Crow6-Oct-09 3:09 
QuestionRange->GetValue() Pin
MsmVc5-Oct-09 20:57
MsmVc5-Oct-09 20:57 
QuestionGetting function result from Sheetcalculate event of Excel::WorkbookEvents Pin
NarVish5-Oct-09 19:27
NarVish5-Oct-09 19:27 

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.