Click here to Skip to main content
15,920,031 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Closing first dialog box while second is still running Pin
ThatsAlok1-Apr-09 18:39
ThatsAlok1-Apr-09 18:39 
QuestionRe: Closing first dialog box while second is still running Pin
David Crow1-Apr-09 3:01
David Crow1-Apr-09 3:01 
Questionpointer deletion querry Pin
Deepu Antony1-Apr-09 2:09
Deepu Antony1-Apr-09 2:09 
AnswerRe: pointer deletion querry Pin
Rajesh R Subramanian1-Apr-09 2:12
professionalRajesh R Subramanian1-Apr-09 2:12 
AnswerRe: pointer deletion querry Pin
Cedric Moonen1-Apr-09 2:12
Cedric Moonen1-Apr-09 2:12 
AnswerRe: pointer deletion querry Pin
Deepu Antony1-Apr-09 2:15
Deepu Antony1-Apr-09 2:15 
AnswerRe: pointer deletion querry Pin
CPallini1-Apr-09 2:17
mveCPallini1-Apr-09 2:17 
AnswerRe: pointer deletion querry Pin
ThatsAlok1-Apr-09 18:48
ThatsAlok1-Apr-09 18:48 
If you delete memory, which you didn't allocate dynamically, you surly putting yourself in trouble.

Remember simple rule, you only need to delete the memory, which is you allocate to the program!

<blockquote class="FQ"><div class="FQA">Deepu Antony wrote:</div>Is q = NULL is correct?</blockquote>

yes!

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You

QuestionEnumerating users Pin
Eikthrynir1-Apr-09 1:50
Eikthrynir1-Apr-09 1:50 
AnswerRe: Enumerating users Pin
Iain Clarke, Warrior Programmer1-Apr-09 2:00
Iain Clarke, Warrior Programmer1-Apr-09 2:00 
QuestionRe: Enumerating users Pin
David Crow1-Apr-09 3:04
David Crow1-Apr-09 3:04 
AnswerRe: Enumerating users Pin
Eikthrynir2-Apr-09 3:15
Eikthrynir2-Apr-09 3:15 
AnswerRe: Enumerating users Pin
ThatsAlok1-Apr-09 18:59
ThatsAlok1-Apr-09 18:59 
GeneralRe: Enumerating users Pin
Eikthrynir2-Apr-09 3:14
Eikthrynir2-Apr-09 3:14 
QuestionIsThemeActive Pin
Dieter Hammer1-Apr-09 1:46
Dieter Hammer1-Apr-09 1:46 
QuestionHow to get the name of the current .exe of my application within my application Pin
kapardhi1-Apr-09 1:37
kapardhi1-Apr-09 1:37 
AnswerRe: How to get the name of the current .exe of my application within my application Pin
Rajesh R Subramanian1-Apr-09 1:43
professionalRajesh R Subramanian1-Apr-09 1:43 
JokeRe: How to get the name of the current .exe of my application within my application Pin
CPallini1-Apr-09 2:06
mveCPallini1-Apr-09 2:06 
JokeRe: How to get the name of the current .exe of my application within my application Pin
Rajesh R Subramanian1-Apr-09 2:09
professionalRajesh R Subramanian1-Apr-09 2:09 
JokeRe: How to get the name of the current .exe of my application within my application Pin
CPallini1-Apr-09 2:11
mveCPallini1-Apr-09 2:11 
JokeRe: How to get the name of the current .exe of my application within my application Pin
Rajesh R Subramanian1-Apr-09 2:14
professionalRajesh R Subramanian1-Apr-09 2:14 
GeneralRe: How to get the name of the current .exe of my application within my application Pin
CPallini1-Apr-09 2:37
mveCPallini1-Apr-09 2:37 
GeneralThank you! Pin
Rajesh R Subramanian1-Apr-09 2:39
professionalRajesh R Subramanian1-Apr-09 2:39 
GeneralRe: How to get the name of the current .exe of my application within my application Pin
ThatsAlok1-Apr-09 19:00
ThatsAlok1-Apr-09 19:00 
GeneralRe: How to get the name of the current .exe of my application within my application Pin
Rajesh R Subramanian1-Apr-09 20:51
professionalRajesh R Subramanian1-Apr-09 20:51 

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.