Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can a function return WCHAR Pin
CPallini16-Jan-15 7:54
mveCPallini16-Jan-15 7:54 
GeneralRe: can a function return WCHAR Pin
bkelly1316-Jan-15 13:54
bkelly1316-Jan-15 13:54 
AnswerRe: can a function return WCHAR Pin
Richard Andrew x6416-Jan-15 14:54
professionalRichard Andrew x6416-Jan-15 14:54 
GeneralRe: can a function return WCHAR Pin
CPallini16-Jan-15 22:32
mveCPallini16-Jan-15 22:32 
GeneralRe: can a function return WCHAR Pin
bkelly1319-Jan-15 7:48
bkelly1319-Jan-15 7:48 
GeneralRe: can a function return WCHAR Pin
CPallini19-Jan-15 8:02
mveCPallini19-Jan-15 8:02 
GeneralRe: can a function return WCHAR Pin
bkelly1321-Jan-15 16:19
bkelly1321-Jan-15 16:19 
GeneralRe: can a function return WCHAR Pin
CPallini22-Jan-15 5:51
mveCPallini22-Jan-15 5:51 
bkelly13 wrote:
In this case the plan was to have the string returned to target beginning with the fifth character in target. If target started with contents "abcdefghi" and the function returned "XYZ" then target would contain "abcdXYZhi"
I am pretty sure this will not work.

Could you please elaborate (detailing exactly what are the inputs and what should be the output)?
I didn't get you.


bkelly13 wrote:
I read that CString is a Microsoft creation so I think I would prefer something else.
The underlying operative system is a Microsoft creation too.
CString is just fine. You could also use, if you like, std::wstring.
QuestionYASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Vaclav_16-Jan-15 3:55
Vaclav_16-Jan-15 3:55 
AnswerRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
PIEBALDconsult16-Jan-15 4:02
mvePIEBALDconsult16-Jan-15 4:02 
AnswerRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Richard MacCutchan16-Jan-15 4:49
mveRichard MacCutchan16-Jan-15 4:49 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
CPallini16-Jan-15 5:31
mveCPallini16-Jan-15 5:31 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Richard MacCutchan16-Jan-15 5:44
mveRichard MacCutchan16-Jan-15 5:44 
QuestionRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
CPallini16-Jan-15 7:39
mveCPallini16-Jan-15 7:39 
AnswerRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Mike Nordell2-Feb-15 10:27
Mike Nordell2-Feb-15 10:27 
AnswerRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
CPallini16-Jan-15 5:28
mveCPallini16-Jan-15 5:28 
AnswerRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
jschell16-Jan-15 12:29
jschell16-Jan-15 12:29 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Vaclav_17-Jan-15 3:33
Vaclav_17-Jan-15 3:33 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Richard MacCutchan17-Jan-15 5:49
mveRichard MacCutchan17-Jan-15 5:49 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
jschell18-Jan-15 6:38
jschell18-Jan-15 6:38 
GeneralRe: YASAQ Yet another silly academic question - how does "code optimization" really works? Pin
Mike Nordell2-Feb-15 10:31
Mike Nordell2-Feb-15 10:31 
QuestionDetours : how to hook QT applications ? Pin
jeff614-Jan-15 23:56
jeff614-Jan-15 23:56 
AnswerRe: Detours : how to hook QT applications ? Pin
Daniel Pfeffer15-Jan-15 0:25
professionalDaniel Pfeffer15-Jan-15 0:25 
GeneralRe: Detours : how to hook QT applications ? Pin
jeff615-Jan-15 0:46
jeff615-Jan-15 0:46 
GeneralRe: Detours : how to hook QT applications ? Pin
Daniel Pfeffer15-Jan-15 2:17
professionalDaniel Pfeffer15-Jan-15 2:17 

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.