Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSend Integer to DLL Pin
borono27-Jun-06 17:39
borono27-Jun-06 17:39 
AnswerRe: Send Integer to DLL Pin
bob1697227-Jun-06 19:17
bob1697227-Jun-06 19:17 
GeneralRe: Send Integer to DLL Pin
borono27-Jun-06 19:35
borono27-Jun-06 19:35 
GeneralRe: Send Integer to DLL Pin
Anna-Jayne Metcalfe27-Jun-06 21:48
Anna-Jayne Metcalfe27-Jun-06 21:48 
GeneralRe: Send Integer to DLL Pin
borono27-Jun-06 22:08
borono27-Jun-06 22:08 
AnswerRe: Send Integer to DLL Pin
S Douglas28-Jun-06 12:21
professionalS Douglas28-Jun-06 12:21 
QuestionAccesing protected function from another class Pin
Ram Murali27-Jun-06 16:00
Ram Murali27-Jun-06 16:00 
AnswerRe: Accesing protected function from another class Pin
Michael Dunn27-Jun-06 16:11
sitebuilderMichael Dunn27-Jun-06 16:11 
GeneralRe: Accesing protected function from another class [modified] Pin
The Other Brad Larsen27-Jun-06 17:36
The Other Brad Larsen27-Jun-06 17:36 
QuestionAppend a space to a string... Pin
Shrinaresh27-Jun-06 13:09
Shrinaresh27-Jun-06 13:09 
AnswerRe: Append a space to a string... Pin
Maximilien27-Jun-06 13:27
Maximilien27-Jun-06 13:27 
GeneralRe: Append a space to a string... Pin
Shrinaresh27-Jun-06 13:36
Shrinaresh27-Jun-06 13:36 
AnswerRe: Append a space to a string... Pin
Michael Dunn27-Jun-06 13:41
sitebuilderMichael Dunn27-Jun-06 13:41 
GeneralRe: Append a space to a string... Pin
Shrinaresh27-Jun-06 15:58
Shrinaresh27-Jun-06 15:58 
AnswerRe: Append a space to a string... Pin
Christian Graus27-Jun-06 13:42
protectorChristian Graus27-Jun-06 13:42 
AnswerThis is what I am trying to do... Pin
Shrinaresh27-Jun-06 16:08
Shrinaresh27-Jun-06 16:08 
GeneralRe: This is what I am trying to do... Pin
Michael Dunn27-Jun-06 16:16
sitebuilderMichael Dunn27-Jun-06 16:16 
GeneralRe: This is what I am trying to do... Pin
Shrinaresh27-Jun-06 16:36
Shrinaresh27-Jun-06 16:36 
QuestionRe: This is what I am trying to do... Pin
David Crow28-Jun-06 7:33
David Crow28-Jun-06 7:33 
QuestionRe: Append a space to a string... Pin
David Crow28-Jun-06 6:15
David Crow28-Jun-06 6:15 
AnswerRe: Append a space to a string... Pin
Shrinaresh28-Jun-06 7:18
Shrinaresh28-Jun-06 7:18 
I got around my problem (see the reply with title " this is what I am trying to do" in the same post). strcat appends blank spaces.

strcpy(name, "Mickey");
strcat(name, " ");
strcat(name, "Mouse");
returns "Mickey Mouse"...

but when I try to do a similar thing (as in my code in "this is what I am trying to do") the blank is not getting appended. I think the arguments are not null terminated. anyway, this is still interesting but atleast my issue was solved...
GeneralRe: Append a space to a string... Pin
David Crow28-Jun-06 7:34
David Crow28-Jun-06 7:34 
QuestionFile operations Pin
peruv27-Jun-06 13:08
peruv27-Jun-06 13:08 
QuestionRe: File operations Pin
David Crow28-Jun-06 6:17
David Crow28-Jun-06 6:17 
QuestionAt StartDoc obtain the current printer name Pin
pgibson00770027-Jun-06 12:07
pgibson00770027-Jun-06 12:07 

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.