Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: zero copy approach in windows and unix using C++ Pin
Richard MacCutchan17-Jun-13 21:53
mveRichard MacCutchan17-Jun-13 21:53 
GeneralRe: zero copy approach in windows and unix using C++ Pin
CPallini17-Jun-13 23:45
mveCPallini17-Jun-13 23:45 
GeneralRe: zero copy approach in windows and unix using C++ Pin
vr99999999918-Jun-13 1:04
vr99999999918-Jun-13 1:04 
GeneralRe: zero copy approach in windows and unix using C++ Pin
David Crow18-Jun-13 3:59
David Crow18-Jun-13 3:59 
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 
This error is given even at some simple situations, like this:
C++
int i = 0;
/* some statements */
i = 0;
int j;


error will be given on the variable j declaration. Compiler doesn't give any further information on the error.
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 

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.