Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread question Pin
achandra00713-Aug-02 2:58
achandra00713-Aug-02 2:58 
GeneralRe: Thread question Pin
Wes Jones13-Aug-02 5:31
Wes Jones13-Aug-02 5:31 
GeneralRe: Thread question Pin
achandra00713-Aug-02 7:50
achandra00713-Aug-02 7:50 
GeneralMemory dump Pin
Hugo Hallman12-Aug-02 8:09
Hugo Hallman12-Aug-02 8:09 
GeneralRe: Memory dump Pin
PJ Arends12-Aug-02 15:09
professionalPJ Arends12-Aug-02 15:09 
Generalprintf question Pin
Shawn Horton12-Aug-02 8:10
Shawn Horton12-Aug-02 8:10 
GeneralRe: printf question Pin
Tomasz Sowinski12-Aug-02 8:21
Tomasz Sowinski12-Aug-02 8:21 
GeneralRe: printf question Pin
Shawn Horton12-Aug-02 8:39
Shawn Horton12-Aug-02 8:39 
Maybe this will help:

char data_name[DATANAMELEN];

read_function(data_name);

//data_name now contains the value "%recovered"

printf("we read in %s", data_name);



The printf statement to the Richedit window is now
we read in recovered

notice the missing %?

Maybe that is a bit clearer.

My hope is that I will not have to look for a % in character in each variable, and then insert a % in front of that.

Thanks for the help.
GeneralRe: printf question Pin
Tomasz Sowinski12-Aug-02 8:54
Tomasz Sowinski12-Aug-02 8:54 
GeneralRe: printf question Pin
Shawn Horton12-Aug-02 9:01
Shawn Horton12-Aug-02 9:01 
GeneralRe: printf question Pin
Tomasz Sowinski12-Aug-02 9:09
Tomasz Sowinski12-Aug-02 9:09 
GeneralRe: printf question Pin
Daniel Lohmann12-Aug-02 10:34
Daniel Lohmann12-Aug-02 10:34 
GeneralRe: printf question Pin
Shawn Horton12-Aug-02 10:49
Shawn Horton12-Aug-02 10:49 
GeneralRe: printf question Pin
Daniel Lohmann12-Aug-02 12:28
Daniel Lohmann12-Aug-02 12:28 
GeneralUser breakpoint called from code. Please help! Pin
redeemer12-Aug-02 6:57
redeemer12-Aug-02 6:57 
GeneralRe: User breakpoint called from code. Please help! Pin
Daniel Turini12-Aug-02 7:25
Daniel Turini12-Aug-02 7:25 
GeneralRe: User breakpoint called from code. Please help! Pin
redeemer12-Aug-02 7:34
redeemer12-Aug-02 7:34 
GeneralRe: User breakpoint called from code. Please help! Pin
Daniel Turini12-Aug-02 8:28
Daniel Turini12-Aug-02 8:28 
GeneralRe: User breakpoint called from code. Please help! Pin
redeemer12-Aug-02 9:47
redeemer12-Aug-02 9:47 
GeneralRe: User breakpoint called from code. Please help! Pin
Daniel Lohmann12-Aug-02 7:59
Daniel Lohmann12-Aug-02 7:59 
GeneralRe: User breakpoint called from code. Please help! Pin
redeemer12-Aug-02 9:42
redeemer12-Aug-02 9:42 
GeneralRe: User breakpoint called from code. Please help! Pin
Daniel Lohmann12-Aug-02 10:29
Daniel Lohmann12-Aug-02 10:29 
QuestionHow to get text of a button when ... Pin
User 665812-Aug-02 6:53
User 665812-Aug-02 6:53 
AnswerRe: How to get text of a button when ... Pin
Tomasz Sowinski12-Aug-02 7:25
Tomasz Sowinski12-Aug-02 7:25 
GeneralRe: How to get text of a button when ... Pin
User 665812-Aug-02 11:24
User 665812-Aug-02 11:24 

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.