Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsolar irradiance c++ program Pin
Member 107223713-Apr-14 6:53
Member 107223713-Apr-14 6:53 
AnswerRe: solar irradiance c++ program Pin
Albert Holguin3-Apr-14 7:00
professionalAlbert Holguin3-Apr-14 7:00 
GeneralRe: solar irradiance c++ program Pin
Member 107223713-Apr-14 7:13
Member 107223713-Apr-14 7:13 
AnswerRe: solar irradiance c++ program Pin
fat___boy3-Apr-14 10:25
fat___boy3-Apr-14 10:25 
Questionreading stdout Pin
Chris Losinger3-Apr-14 5:52
professionalChris Losinger3-Apr-14 5:52 
i have a library, which i can not modify. this library is called from a console app, and as part of its processing, this library dumps a large and variable amount of debug/trace info to stdout. i'd like to be able to read what the library is sending to stdout from the calling code, in order to extract certain pieces of info for analysis. basically, i want to capture some of what the library prints during a call, save that info away until the call completes, then re-print the info in a better format. this would help me from having to search the hundreds of lines of output to find the particular bits i need.

(this is Windows, C++)

is such a thing possible?

AnswerRe: reading stdout Pin
Albert Holguin3-Apr-14 7:05
professionalAlbert Holguin3-Apr-14 7:05 
GeneralRe: reading stdout Pin
Chris Losinger3-Apr-14 7:08
professionalChris Losinger3-Apr-14 7:08 
AnswerRe: reading stdout Pin
Albert Holguin3-Apr-14 7:15
professionalAlbert Holguin3-Apr-14 7:15 
GeneralRe: reading stdout Pin
Chris Losinger3-Apr-14 7:17
professionalChris Losinger3-Apr-14 7:17 
GeneralRe: reading stdout Pin
Albert Holguin3-Apr-14 7:26
professionalAlbert Holguin3-Apr-14 7:26 
AnswerRe: reading stdout Pin
Randor 3-Apr-14 8:37
professional Randor 3-Apr-14 8:37 
QuestionAre MFC Timer(s) bad for performance in large projects (Vc++) Pin
C3D13-Apr-14 2:23
professionalC3D13-Apr-14 2:23 
AnswerRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Albert Holguin3-Apr-14 3:33
professionalAlbert Holguin3-Apr-14 3:33 
AnswerRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Stefan_Lang3-Apr-14 3:52
Stefan_Lang3-Apr-14 3:52 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Albert Holguin3-Apr-14 4:06
professionalAlbert Holguin3-Apr-14 4:06 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Heng Xiangzhong7-Apr-14 19:34
Heng Xiangzhong7-Apr-14 19:34 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Stefan_Lang7-Apr-14 21:35
Stefan_Lang7-Apr-14 21:35 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Heng Xiangzhong7-Apr-14 23:17
Heng Xiangzhong7-Apr-14 23:17 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Stefan_Lang7-Apr-14 23:49
Stefan_Lang7-Apr-14 23:49 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Heng Xiangzhong8-Apr-14 0:56
Heng Xiangzhong8-Apr-14 0:56 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Stefan_Lang8-Apr-14 1:39
Stefan_Lang8-Apr-14 1:39 
GeneralRe: Are MFC Timer(s) bad for performance in large projects (Vc++) Pin
Heng Xiangzhong8-Apr-14 2:04
Heng Xiangzhong8-Apr-14 2:04 
QuestionAdd MFC support to ATL COM DLL project Pin
john56322-Apr-14 23:53
john56322-Apr-14 23:53 
AnswerRe: Add MFC support to ATL COM DLL project Pin
Richard MacCutchan3-Apr-14 0:01
mveRichard MacCutchan3-Apr-14 0:01 
GeneralRe: Add MFC support to ATL COM DLL project Pin
john56323-Apr-14 1:18
john56323-Apr-14 1:18 

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.