Click here to Skip to main content
15,889,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMessage Removed Pin
5-Dec-10 21:33
Jia1005-Dec-10 21:33 
GeneralRe: CString::Replace() problem Pin
Rajesh R Subramanian5-Dec-10 23:04
professionalRajesh R Subramanian5-Dec-10 23:04 
GeneralMessage Removed Pin
5-Dec-10 23:24
Jia1005-Dec-10 23:24 
GeneralRe: CString::Replace() problem Pin
Rajesh R Subramanian6-Dec-10 0:49
professionalRajesh R Subramanian6-Dec-10 0:49 
GeneralMessage Removed Pin
6-Dec-10 3:02
Jia1006-Dec-10 3:02 
GeneralRe: CString::Replace() problem Pin
Rajesh R Subramanian6-Dec-10 3:51
professionalRajesh R Subramanian6-Dec-10 3:51 
GeneralRe: CString::Replace() problem Pin
David Crow6-Dec-10 3:41
David Crow6-Dec-10 3:41 
GeneralRe: CString::Replace() problem Pin
Luc Pattyn5-Dec-10 23:29
sitebuilderLuc Pattyn5-Dec-10 23:29 
IMO a looped replace may have a devastating effect, try
while(csTemp.Replace("a","ab")); 


on a string that holds some 'a'.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.


QuestionMFC Application Taskbar Icon Context Menu in Windows 7? Pin
-273C5-Dec-10 8:05
-273C5-Dec-10 8:05 
AnswerRe: MFC Application Taskbar Icon Context Menu in Windows 7? Pin
-273C5-Dec-10 11:46
-273C5-Dec-10 11:46 
QuestionFind an open source powerful math library Pin
followait5-Dec-10 0:24
followait5-Dec-10 0:24 
AnswerRe: Find an open source powerful math library Pin
ShilpiP5-Dec-10 7:11
ShilpiP5-Dec-10 7:11 
AnswerRe: Find an open source powerful math library Pin
Chris Losinger6-Dec-10 7:46
professionalChris Losinger6-Dec-10 7:46 
AnswerRe: Find an open source powerful math library Pin
Nemanja Trifunovic6-Dec-10 8:55
Nemanja Trifunovic6-Dec-10 8:55 
Questionerror C4430: missing type specidier - int assumed Pin
AmbiguousName4-Dec-10 21:52
AmbiguousName4-Dec-10 21:52 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Cedric Moonen4-Dec-10 22:38
Cedric Moonen4-Dec-10 22:38 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Luc Pattyn4-Dec-10 23:11
sitebuilderLuc Pattyn4-Dec-10 23:11 
GeneralRe: error C4430: missing type specidier - int assumed Pin
AmbiguousName5-Dec-10 0:23
AmbiguousName5-Dec-10 0:23 
AnswerRe: error C4430: missing type specidier - int assumed Pin
Emilio Garavaglia5-Dec-10 5:38
Emilio Garavaglia5-Dec-10 5:38 
AnswerRe: error C4430: missing type specidier - int assumed Pin
ShilpiP5-Dec-10 7:03
ShilpiP5-Dec-10 7:03 
QuestionWhy the controls do not show? Pin
yu-jian3-Dec-10 23:21
yu-jian3-Dec-10 23:21 
AnswerRe: Why the controls do not show? Pin
Eugen Podsypalnikov4-Dec-10 1:08
Eugen Podsypalnikov4-Dec-10 1:08 
QuestionRe: Why the controls do not show? Pin
David Crow4-Dec-10 17:42
David Crow4-Dec-10 17:42 
AnswerRe: Why the controls do not show? Pin
yu-jian8-Dec-10 2:22
yu-jian8-Dec-10 2:22 
QuestionRe: Why the controls do not show? Pin
David Crow8-Dec-10 4:14
David Crow8-Dec-10 4:14 

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.