Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting File Data without opening the File Pin
Michael Dunn25-Jun-09 16:00
sitebuilderMichael Dunn25-Jun-09 16:00 
GeneralRe: Getting File Data without opening the File Pin
Stuart Dootson25-Jun-09 20:49
professionalStuart Dootson25-Jun-09 20:49 
GeneralRe: Getting File Data without opening the File Pin
David Crow26-Jun-09 4:16
David Crow26-Jun-09 4:16 
GeneralRe: Getting File Data without opening the File Pin
Rozis26-Jun-09 9:54
Rozis26-Jun-09 9:54 
QuestionIs it possible to create a Bad sectors on hard disks? Pin
lek25825-Jun-09 13:20
lek25825-Jun-09 13:20 
AnswerRe: Is it possible to create a Bad sectors on hard disks? Pin
Stuart Dootson25-Jun-09 14:03
professionalStuart Dootson25-Jun-09 14:03 
QuestionMDI without document Pin
transoft25-Jun-09 12:48
transoft25-Jun-09 12:48 
QuestionRe: MDI without document Pin
David Crow26-Jun-09 4:18
David Crow26-Jun-09 4:18 
AnswerRe: MDI without document Pin
transoft26-Jun-09 4:34
transoft26-Jun-09 4:34 
QuestionGarbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 7:49
caoctaviano25-Jun-09 7:49 
JokeRe: Garbage Collector for Borland C++ Builder 6 PinPopular
CPallini25-Jun-09 7:55
mveCPallini25-Jun-09 7:55 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 8:10
caoctaviano25-Jun-09 8:10 
QuestionRe: Garbage Collector for Borland C++ Builder 6 Pin
CPallini25-Jun-09 8:21
mveCPallini25-Jun-09 8:21 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
led mike25-Jun-09 8:28
led mike25-Jun-09 8:28 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
norish25-Jun-09 19:34
norish25-Jun-09 19:34 
AnswerRe: Garbage Collector for Borland C++ Builder 6 Pin
Joe Woodbury25-Jun-09 8:19
professionalJoe Woodbury25-Jun-09 8:19 
AnswerRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 8:38
professionalStuart Dootson25-Jun-09 8:38 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 9:41
caoctaviano25-Jun-09 9:41 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 10:03
professionalStuart Dootson25-Jun-09 10:03 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 10:50
caoctaviano25-Jun-09 10:50 
Look at this interesting thing...
If I minimize the program which is using about 16000K of memory, the memory usage reduces to about 4000K.
Is the Windows Task Manager reliable to check the memory usage ?
Somebody told me that it is not the correct place to check it because the windows task manager doesn't show the memory usage of an application. It only shows its "working set", which is the memory reserved by Windows to my application.
He also told me that the Windows changes the "working set" as it believes that it is needed to review the balance.

Do you guys suppose it is correct ?
If not, how can I measure the real memory usage of my application ?
And how could I check if my application has any kind of memory leak issue ? Is there any tool to check it for C++ Builder ?
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Luc Pattyn25-Jun-09 10:56
sitebuilderLuc Pattyn25-Jun-09 10:56 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 11:17
professionalStuart Dootson25-Jun-09 11:17 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano29-Jun-09 2:41
caoctaviano29-Jun-09 2:41 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson29-Jun-09 2:44
professionalStuart Dootson29-Jun-09 2:44 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Rafael_Brazil27-Jan-10 5:31
Rafael_Brazil27-Jan-10 5:31 

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.