Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Anyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
Maximilien26-Aug-10 4:20
Maximilien26-Aug-10 4:20 
QuestionChecking connection Status Pin
ShibuKizhepat26-Aug-10 0:23
ShibuKizhepat26-Aug-10 0:23 
AnswerRe: Checking connection Status PinPopular
Moak26-Aug-10 1:02
Moak26-Aug-10 1:02 
QuestionIdentifying Memory leak location Pin
ganesh.dp26-Aug-10 0:01
ganesh.dp26-Aug-10 0:01 
AnswerRe: Identifying Memory leak location Pin
Aescleal26-Aug-10 0:16
Aescleal26-Aug-10 0:16 
GeneralRe: Identifying Memory leak location Pin
ganesh.dp26-Aug-10 0:27
ganesh.dp26-Aug-10 0:27 
AnswerRe: Identifying Memory leak location Pin
Niklas L26-Aug-10 0:41
Niklas L26-Aug-10 0:41 
AnswerRe: Identifying Memory leak location PinPopular
Frank Seidler26-Aug-10 1:08
Frank Seidler26-Aug-10 1:08 
You can set a breakpoint when the memory is allocated. Take the number in curly braces and set it like this:

_crtBreakAlloc = 159399;

The debugger will break in, when the n-th memory block is allocated.

see: http://msdn.microsoft.com/en-us/library/w2fhc9a3%28VS.80%29.aspx

Regards

Frank
AnswerRe: Identifying Memory leak location PinPopular
Chris Losinger26-Aug-10 1:10
professionalChris Losinger26-Aug-10 1:10 
AnswerRe: Identifying Memory leak location Pin
chen shi26-Aug-10 5:10
chen shi26-Aug-10 5:10 
QuestionError 2758 Pin
T.RATHA KRISHNAN25-Aug-10 23:35
T.RATHA KRISHNAN25-Aug-10 23:35 
AnswerRe: Error 2758 Pin
Sauro Viti25-Aug-10 23:57
professionalSauro Viti25-Aug-10 23:57 
GeneralRe: Error 2758 Pin
T.RATHA KRISHNAN26-Aug-10 0:06
T.RATHA KRISHNAN26-Aug-10 0:06 
QuestionUpdate WM_PAINT and Memory DC Pin
HTT9025-Aug-10 22:36
HTT9025-Aug-10 22:36 
AnswerRe: Update WM_PAINT and Memory DC Pin
Niklas L25-Aug-10 23:04
Niklas L25-Aug-10 23:04 
GeneralRe: Update WM_PAINT and Memory DC Pin
HTT9025-Aug-10 23:18
HTT9025-Aug-10 23:18 
GeneralRe: Update WM_PAINT and Memory DC Pin
Niklas L25-Aug-10 23:22
Niklas L25-Aug-10 23:22 
GeneralRe: Update WM_PAINT and Memory DC Pin
HTT9025-Aug-10 23:41
HTT9025-Aug-10 23:41 
GeneralRe: Update WM_PAINT and Memory DC Pin
JohnCz8-Sep-10 18:24
JohnCz8-Sep-10 18:24 
QuestionHow to get character count Pin
raju_shiva25-Aug-10 22:25
raju_shiva25-Aug-10 22:25 
AnswerRe: How to get character count Pin
HTT9025-Aug-10 22:38
HTT9025-Aug-10 22:38 
AnswerRe: How to get character count Pin
Sauro Viti25-Aug-10 22:48
professionalSauro Viti25-Aug-10 22:48 
AnswerRe: How to get character count Pin
Richard MacCutchan25-Aug-10 23:04
mveRichard MacCutchan25-Aug-10 23:04 
GeneralRe: How to get character count Pin
Sauro Viti25-Aug-10 23:17
professionalSauro Viti25-Aug-10 23:17 
GeneralRe: How to get character count Pin
Richard MacCutchan26-Aug-10 1:29
mveRichard MacCutchan26-Aug-10 1:29 

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.