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

C / C++ / MFC

 
AnswerRe: zero copy approach in windows and unix using C++ Pin
David Crow18-Jun-13 3:57
David Crow18-Jun-13 3:57 
QuestionIntel Compiler Error on declaration [Solved] Pin
ErfanNoury17-Jun-13 8:07
ErfanNoury17-Jun-13 8:07 
AnswerRe: Intel Compiler Error on declaration Pin
Maximilien17-Jun-13 8:31
Maximilien17-Jun-13 8:31 
GeneralRe: Intel Compiler Error on declaration Pin
ErfanNoury17-Jun-13 8:40
ErfanNoury17-Jun-13 8:40 
GeneralRe: Intel Compiler Error on declaration Pin
Maximilien17-Jun-13 8:47
Maximilien17-Jun-13 8:47 
GeneralRe: Intel Compiler Error on declaration Pin
ErfanNoury17-Jun-13 9:02
ErfanNoury17-Jun-13 9:02 
AnswerRe: Intel Compiler Error on declaration Pin
CPallini17-Jun-13 8:43
mveCPallini17-Jun-13 8:43 
QuestionEmbedded Linux, possibly the slowest debelopment in the world... Pin
Erudite_Eric16-Jun-13 23:37
Erudite_Eric16-Jun-13 23:37 
QuestionRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
CPallini17-Jun-13 0:55
mveCPallini17-Jun-13 0:55 
AnswerRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
Erudite_Eric17-Jun-13 2:06
Erudite_Eric17-Jun-13 2:06 
QuestionRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
CPallini17-Jun-13 2:27
mveCPallini17-Jun-13 2:27 
AnswerRe: Embedded Linux, possibly the slowest debelopment in the world... Pin
Erudite_Eric17-Jun-13 5:56
Erudite_Eric17-Jun-13 5:56 
QuestionThere's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Falconapollo16-Jun-13 23:35
Falconapollo16-Jun-13 23:35 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Richard MacCutchan17-Jun-13 0:21
mveRichard MacCutchan17-Jun-13 0:21 
GeneralRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Falconapollo17-Jun-13 0:25
Falconapollo17-Jun-13 0:25 
GeneralRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Richard MacCutchan17-Jun-13 0:30
mveRichard MacCutchan17-Jun-13 0:30 
QuestionRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
CPallini17-Jun-13 0:58
mveCPallini17-Jun-13 0:58 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
jeron117-Jun-13 4:16
jeron117-Jun-13 4:16 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
jschell17-Jun-13 8:02
jschell17-Jun-13 8:02 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
Stefan_Lang19-Jun-13 1:42
Stefan_Lang19-Jun-13 1:42 
AnswerRe: There's no memory leak in my code(rather sure), then how to find out those codes who eat up my memory? Pin
JackDingler26-Jun-13 11:56
JackDingler26-Jun-13 11:56 
If the memory is returned, then it's not leaking.

If you had a leak, then then the memory usage would keep growing until your application crashes.

If you want your application to use less memory, then you'll have to look at how you use your data and the lifetime in which you keep it.
QuestionBuild Error in Process Enum pgm Pin
ajaytvish14-Jun-13 22:01
ajaytvish14-Jun-13 22:01 
AnswerRe: Build Error in Process Enum pgm Pin
Matthew Faithfull14-Jun-13 22:40
Matthew Faithfull14-Jun-13 22:40 
AnswerRe: Build Error in Process Enum pgm Pin
ajaytvish15-Jun-13 4:21
ajaytvish15-Jun-13 4:21 
QuestionFolder Monitor by Hooking API's for Notification of files added in a directory Pin
ajaytvish14-Jun-13 21:50
ajaytvish14-Jun-13 21:50 

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.