Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with imple syntax error. Pin
rondznt9-Feb-07 13:47
rondznt9-Feb-07 13:47 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:57
protectorChristian Graus9-Feb-07 13:57 
GeneralRe: Help with imple syntax error. Pin
Anthony Mushrow9-Feb-07 13:29
professionalAnthony Mushrow9-Feb-07 13:29 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp9-Feb-07 13:37
Lord Kixdemp9-Feb-07 13:37 
GeneralRe: Help with imple syntax error. Pin
Christian Graus9-Feb-07 13:40
protectorChristian Graus9-Feb-07 13:40 
GeneralRe: Help with imple syntax error. Pin
Lord Kixdemp10-Feb-07 7:21
Lord Kixdemp10-Feb-07 7:21 
GeneralRe: Help with imple syntax error. Pin
Christian Graus10-Feb-07 10:36
protectorChristian Graus10-Feb-07 10:36 
QuestionDestroy CString instance? Pin
Oliver1239-Feb-07 12:49
Oliver1239-Feb-07 12:49 
Suppose I have the following function which is executed many times in a program. Is a separate CString textSub instance created each time the function executes? Do I need to destroy the CString textSub at the end of the function? Or suppose it wasn't CString, but some other class? Thanks.

void CNew1Dlg::OnBUTTONPick() <br />
{<br />
CString textSub;<br />
textSub.Format("%d %s", someNumber, someString);<br />
GetDlgItem(someEditBox)->SetWindowText(textSub);		<br />
}

AnswerRe: Destroy CString instance? Pin
Christian Graus9-Feb-07 13:23
protectorChristian Graus9-Feb-07 13:23 
AnswerRe: Destroy CString instance? Pin
Eytukan9-Feb-07 17:52
Eytukan9-Feb-07 17:52 
AnswerRe: Destroy CString instance? Pin
Joan M9-Feb-07 22:32
professionalJoan M9-Feb-07 22:32 
QuestionWER implementation for Vista. Pin
oleg639-Feb-07 10:28
professionaloleg639-Feb-07 10:28 
AnswerRe: WER implementation for Vista. Pin
led mike9-Feb-07 11:17
led mike9-Feb-07 11:17 
GeneralRe: WER implementation for Vista. Pin
oleg639-Feb-07 11:26
professionaloleg639-Feb-07 11:26 
QuestionNothing else should happen while a while loop is going.. right? Pin
Anthony Mushrow9-Feb-07 9:20
professionalAnthony Mushrow9-Feb-07 9:20 
AnswerRe: Nothing else should happen while a while loop is going.. right? Pin
David Crow9-Feb-07 9:35
David Crow9-Feb-07 9:35 
GeneralRe: Nothing else should happen while a while loop is going.. right? Pin
Anthony Mushrow9-Feb-07 9:40
professionalAnthony Mushrow9-Feb-07 9:40 
AnswerRe: Nothing else should happen while a while loop is going.. right? Pin
lafleon9-Feb-07 10:30
lafleon9-Feb-07 10:30 
GeneralRe: Nothing else should happen while a while loop is going.. right? Pin
Anthony Mushrow9-Feb-07 10:43
professionalAnthony Mushrow9-Feb-07 10:43 
GeneralRe: Nothing else should happen while a while loop is going.. right? Pin
#realJSOP9-Feb-07 10:55
professional#realJSOP9-Feb-07 10:55 
GeneralRe: Nothing else should happen while a while loop is going.. right? Pin
Anthony Mushrow9-Feb-07 11:01
professionalAnthony Mushrow9-Feb-07 11:01 
GeneralRe: Nothing else should happen while a while loop is going.. right? Pin
led mike9-Feb-07 11:08
led mike9-Feb-07 11:08 
AnswerRe: Nothing else should happen while a while loop is going.. right? [modified] Pin
Waldermort9-Feb-07 11:41
Waldermort9-Feb-07 11:41 
GeneralRe: Nothing else should happen while a while loop is going.. right? [modified] Pin
Anthony Mushrow9-Feb-07 12:09
professionalAnthony Mushrow9-Feb-07 12:09 
Questionillegal use of this type as an expression Pin
hsuch9-Feb-07 8:11
hsuch9-Feb-07 8:11 

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.