Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I add Thread in Dll Pin
AmbiguousName9-Jul-15 22:12
AmbiguousName9-Jul-15 22:12 
QuestionEstimate time of execution c-function execution Pin
CodingStyle7-Jul-15 5:08
CodingStyle7-Jul-15 5:08 
AnswerRe: Estimate time of execution c-function execution Pin
Richard MacCutchan7-Jul-15 6:31
mveRichard MacCutchan7-Jul-15 6:31 
AnswerRe: Estimate time of execution c-function execution Pin
Jochen Arndt7-Jul-15 6:35
professionalJochen Arndt7-Jul-15 6:35 
AnswerRe: Estimate time of execution c-function execution Pin
Dr. Fry7-Jul-15 10:04
Dr. Fry7-Jul-15 10:04 
AnswerRe: Estimate time of execution c-function execution Pin
CodingStyle8-Jul-15 0:02
CodingStyle8-Jul-15 0:02 
AnswerRe: Estimate time of execution c-function execution Pin
Arthur V. Ratz13-Aug-15 19:29
professionalArthur V. Ratz13-Aug-15 19:29 
Questionpreprocessor #include Pin
Vaclav_6-Jul-15 3:12
Vaclav_6-Jul-15 3:12 
I am an innocent bystander of a discussion about how #include directive is handled in IDE.
The IDE in question uses proprietary file "main" name extension (still a text file) and processes #include <header.h> and #include "local_header.h" in that file just fine.

However, when the local_header.h file has <b>another #include <header_1.h></b> in it the compiler "does not see that". That is basically what people who "knows / developed" the IDE are saying.

Including another local file in first local file such as #include "local_header_1.h" is "seen / processed " by IDE.

I was under the impression that #include <file.h > tells the OS to find the file "anywhere" and #include "file.h" tells the OS to search only current / parent directory.

So why is IDE (gcc) getting into the act?
AnswerRe: preprocessor #include Pin
Chris Losinger6-Jul-15 3:30
professionalChris Losinger6-Jul-15 3:30 
GeneralRe: preprocessor #include Pin
Albert Holguin7-Jul-15 13:29
professionalAlbert Holguin7-Jul-15 13:29 
AnswerRe: preprocessor #include Pin
Jochen Arndt6-Jul-15 4:41
professionalJochen Arndt6-Jul-15 4:41 
GeneralRe: preprocessor #include Pin
PIEBALDconsult6-Jul-15 4:43
mvePIEBALDconsult6-Jul-15 4:43 
GeneralRe: preprocessor #include Pin
Vaclav_10-Jul-15 4:07
Vaclav_10-Jul-15 4:07 
GeneralRe: preprocessor #include Pin
Richard MacCutchan10-Jul-15 4:22
mveRichard MacCutchan10-Jul-15 4:22 
GeneralRe: preprocessor #include Pin
Vaclav_13-Jul-15 7:50
Vaclav_13-Jul-15 7:50 
GeneralRe: preprocessor #include Pin
Richard MacCutchan13-Jul-15 22:05
mveRichard MacCutchan13-Jul-15 22:05 
QuestionRe: preprocessor #include Pin
David Crow10-Jul-15 5:30
David Crow10-Jul-15 5:30 
AnswerRe: preprocessor #include Pin
Vaclav_13-Jul-15 7:34
Vaclav_13-Jul-15 7:34 
GeneralRe: preprocessor #include Pin
David Crow13-Jul-15 10:53
David Crow13-Jul-15 10:53 
QuestionWaiting for open files Pin
Drakesal4-Jul-15 0:46
Drakesal4-Jul-15 0:46 
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 4:58
professionalRichard Andrew x644-Jul-15 4:58 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 5:01
Drakesal4-Jul-15 5:01 
AnswerRe: Waiting for open files Pin
Richard Andrew x644-Jul-15 5:23
professionalRichard Andrew x644-Jul-15 5:23 
GeneralRe: Waiting for open files Pin
Drakesal4-Jul-15 5:33
Drakesal4-Jul-15 5:33 
AnswerRe: Waiting for open files Pin
Frankie-C4-Jul-15 5:44
Frankie-C4-Jul-15 5:44 

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.