Click here to Skip to main content
15,891,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mouse coordinates are too big Pin
rjuncu15-Oct-02 3:34
rjuncu15-Oct-02 3:34 
GeneralCList Pin
stevenson14-Oct-02 23:17
stevenson14-Oct-02 23:17 
GeneralRe: CList Pin
Alexandru Savescu14-Oct-02 23:24
Alexandru Savescu14-Oct-02 23:24 
GeneralDebug Vs Release Mode Pin
Jamil Ahme14-Oct-02 22:55
sussJamil Ahme14-Oct-02 22:55 
GeneralRe: Debug Vs Release Mode Pin
jmkhael14-Oct-02 23:03
jmkhael14-Oct-02 23:03 
GeneralRe: Debug Vs Release Mode Pin
Anonymous15-Oct-02 0:09
Anonymous15-Oct-02 0:09 
GeneralRe: Debug Vs Release Mode Pin
Steen Krogsgaard15-Oct-02 2:08
Steen Krogsgaard15-Oct-02 2:08 
GeneralRe: Debug Vs Release Mode Pin
Raphael Kindt15-Oct-02 2:16
Raphael Kindt15-Oct-02 2:16 
Why not redirect the standard output (stdout) streaming in a file (output.txt)...
For that, add a Program argument:
=> in your projects setting (in release mode)
=> tab "Debug"
=> category "general"
=> and Program argument = ">output.txt 2>&1"

Now you can use printf("All what you want\n") for debugging your app and the output.txt file catch your stream...

Hello World!!! Smile | :)
from Raphaël
GeneralRe: Debug Vs Release Mode Pin
Daniel Turini15-Oct-02 2:23
Daniel Turini15-Oct-02 2:23 
GeneralRe: Debug Vs Release Mode Pin
Tomasz Sowinski15-Oct-02 2:30
Tomasz Sowinski15-Oct-02 2:30 
GeneralVC++ Application Size Pin
ShahShehpori14-Oct-02 22:44
sussShahShehpori14-Oct-02 22:44 
GeneralRe: VC++ Application Size Pin
jmkhael14-Oct-02 22:54
jmkhael14-Oct-02 22:54 
QuestionHow To redirect to MS Word Pin
newin14-Oct-02 22:27
sussnewin14-Oct-02 22:27 
GeneralCComVariant to c-style string Pin
suresh_sathya14-Oct-02 20:29
suresh_sathya14-Oct-02 20:29 
GeneralRe: CComVariant to c-style string Pin
alex.barylski14-Oct-02 20:55
alex.barylski14-Oct-02 20:55 
GeneralRe: CComVariant to c-style string Pin
Paul M Watt14-Oct-02 20:58
mentorPaul M Watt14-Oct-02 20:58 
QuestionChange wnd style of a dialog?!?!? Pin
Daniel Strigl14-Oct-02 20:18
Daniel Strigl14-Oct-02 20:18 
AnswerRe: Change wnd style of a dialog?!?!? Pin
alex.barylski14-Oct-02 20:37
alex.barylski14-Oct-02 20:37 
AnswerRe: Change wnd style of a dialog?!?!? Pin
Paul M Watt14-Oct-02 21:02
mentorPaul M Watt14-Oct-02 21:02 
GeneralRe: Change wnd style of a dialog?!?!? Pin
adamUK15-Oct-02 1:51
adamUK15-Oct-02 1:51 
QuestionHow to set File/Dir owner (on NTFS)? Pin
Qiang.Fu14-Oct-02 18:59
Qiang.Fu14-Oct-02 18:59 
AnswerRe: How to set File/Dir owner (on NTFS)? Pin
Anonymous15-Oct-02 22:22
Anonymous15-Oct-02 22:22 
QuestionHow to DrawText on top of child window? Pin
Hiusing14-Oct-02 18:39
Hiusing14-Oct-02 18:39 
AnswerRe: How to DrawText on top of child window? Pin
alex.barylski14-Oct-02 20:49
alex.barylski14-Oct-02 20:49 
GeneralUI Thread question Pin
RobJones14-Oct-02 16:55
RobJones14-Oct-02 16:55 

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.