Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: detecting memory leaks? Pin
9ine28-Dec-05 23:47
9ine28-Dec-05 23:47 
GeneralRe: detecting memory leaks? Pin
Axter29-Dec-05 1:05
professionalAxter29-Dec-05 1:05 
GeneralRe: detecting memory leaks? Pin
9ine29-Dec-05 5:31
9ine29-Dec-05 5:31 
AnswerRe: detecting memory leaks? Pin
vipinasda28-Dec-05 3:38
vipinasda28-Dec-05 3:38 
GeneralRe: detecting memory leaks? Pin
Axter28-Dec-05 5:02
professionalAxter28-Dec-05 5:02 
GeneralRe: detecting memory leaks? Pin
vipinasda28-Dec-05 6:15
vipinasda28-Dec-05 6:15 
AnswerRe: detecting memory leaks? Pin
Prakash Nadar28-Dec-05 5:30
Prakash Nadar28-Dec-05 5:30 
AnswerRe: detecting memory leaks? Pin
MF28-Dec-05 15:19
MF28-Dec-05 15:19 
In your application, (if it is a MFC application, add the following in the InitInstance())
_CrtSetBreakAlloc(715);
it will break when it tries to allocation the leakage memory and you can find the source code.
Details can be "Memory Leak Detection" in VS.
QuestionConverting int to char Pin
RedDragon2k28-Dec-05 1:17
RedDragon2k28-Dec-05 1:17 
AnswerRe: Converting int to char Pin
sunit528-Dec-05 1:29
sunit528-Dec-05 1:29 
GeneralRe: Converting int to char Pin
RedDragon2k28-Dec-05 1:47
RedDragon2k28-Dec-05 1:47 
GeneralRe: Converting int to char Pin
sunit528-Dec-05 1:58
sunit528-Dec-05 1:58 
GeneralRe: Converting int to char Pin
vikas amin28-Dec-05 1:58
vikas amin28-Dec-05 1:58 
GeneralRe: Converting int to char Pin
RedDragon2k28-Dec-05 2:05
RedDragon2k28-Dec-05 2:05 
AnswerRe: Converting int to char Pin
David Crow28-Dec-05 5:40
David Crow28-Dec-05 5:40 
AnswerRe: Converting int to char Pin
Gary R. Wheeler28-Dec-05 5:54
Gary R. Wheeler28-Dec-05 5:54 
QuestionQuerying CSV file Pin
Rajesh R Subramanian28-Dec-05 0:42
professionalRajesh R Subramanian28-Dec-05 0:42 
AnswerRe: Querying CSV file Pin
ThatsAlok28-Dec-05 0:56
ThatsAlok28-Dec-05 0:56 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 17:27
professionalRajesh R Subramanian28-Dec-05 17:27 
GeneralRe: Querying CSV file Pin
ThatsAlok28-Dec-05 18:33
ThatsAlok28-Dec-05 18:33 
GeneralRe: Querying CSV file Pin
<color>Aljechin 28-Dec-05 18:39
<color>Aljechin 28-Dec-05 18:39 
AnswerRe: Querying CSV file Pin
<color>Aljechin 28-Dec-05 18:48
<color>Aljechin 28-Dec-05 18:48 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 18:57
professionalRajesh R Subramanian28-Dec-05 18:57 
AnswerRe: Querying CSV file Pin
mbcvamsidhar28-Dec-05 1:07
mbcvamsidhar28-Dec-05 1:07 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 17:30
professionalRajesh R Subramanian28-Dec-05 17:30 

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.