Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clips Pin
a.fatemeh26-Apr-13 23:26
a.fatemeh26-Apr-13 23:26 
QuestionHow can I capture screen without layered windows on Windows 8 Pin
thanh_bkhn25-Apr-13 23:50
professionalthanh_bkhn25-Apr-13 23:50 
QuestionCall stack trace using BOOST Pin
Shailesh H25-Apr-13 22:57
Shailesh H25-Apr-13 22:57 
Questionhow do I group test cases using BOOST Pin
Shailesh H25-Apr-13 22:55
Shailesh H25-Apr-13 22:55 
QuestionAbout preventing memory leaks Pin
Marco Bertschi25-Apr-13 22:27
protectorMarco Bertschi25-Apr-13 22:27 
AnswerRe: About preventing memory leaks Pin
Freak3026-Apr-13 2:09
Freak3026-Apr-13 2:09 
GeneralRe: About preventing memory leaks Pin
Marco Bertschi26-Apr-13 3:25
protectorMarco Bertschi26-Apr-13 3:25 
AnswerRe: About preventing memory leaks Pin
Newbie0026-Apr-13 7:54
Newbie0026-Apr-13 7:54 
Why you are using "delete(settingsFile);" instead of "delete settingsFile;". What does it mean?

I think you should also close settings file before deleting it.

And if the settingsfile->open() fails you will get another memmory leaks, because you are leaving function without deleting settingsfile.
AnswerRe: About preventing memory leaks Pin
David Crow26-Apr-13 9:00
David Crow26-Apr-13 9:00 
AnswerRe: About preventing memory leaks Pin
jschell26-Apr-13 9:33
jschell26-Apr-13 9:33 
QuestionRegarding storing structures in database Pin
Member 789460125-Apr-13 19:03
Member 789460125-Apr-13 19:03 
AnswerRe: Regarding storing structures in database Pin
Richard MacCutchan25-Apr-13 22:23
mveRichard MacCutchan25-Apr-13 22:23 
AnswerRe: Regarding storing structures in database Pin
Marco Bertschi25-Apr-13 22:36
protectorMarco Bertschi25-Apr-13 22:36 
GeneralRe: Regarding storing structures in database Pin
Member 789460125-Apr-13 22:56
Member 789460125-Apr-13 22:56 
GeneralRe: Regarding storing structures in database Pin
Marco Bertschi25-Apr-13 23:16
protectorMarco Bertschi25-Apr-13 23:16 
GeneralRe: Regarding storing structures in database Pin
Jochen Arndt25-Apr-13 23:34
professionalJochen Arndt25-Apr-13 23:34 
GeneralRe: Regarding storing structures in database Pin
Member 789460125-Apr-13 23:41
Member 789460125-Apr-13 23:41 
GeneralRe: Regarding storing structures in database Pin
Jochen Arndt25-Apr-13 23:57
professionalJochen Arndt25-Apr-13 23:57 
AnswerRe: Regarding storing structures in database Pin
jschell26-Apr-13 9:36
jschell26-Apr-13 9:36 
GeneralRe: Regarding storing structures in database Pin
Member 789460129-Apr-13 1:00
Member 789460129-Apr-13 1:00 
GeneralRe: Regarding storing structures in database Pin
Member 78946011-May-13 0:09
Member 78946011-May-13 0:09 
Questionstrcat_memcpy Pin
khushboo gupta25-Apr-13 18:37
khushboo gupta25-Apr-13 18:37 
AnswerRe: strcat_memcpy Pin
pasztorpisti25-Apr-13 21:07
pasztorpisti25-Apr-13 21:07 
GeneralRe: strcat_memcpy Pin
Freak3026-Apr-13 2:15
Freak3026-Apr-13 2:15 
GeneralRe: strcat_memcpy Pin
pasztorpisti26-Apr-13 2:20
pasztorpisti26-Apr-13 2:20 

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.