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

C / C++ / MFC

 
AnswerRe: Hide caret in CRichEdit View Pin
Mark Salsbery6-Jun-07 5:32
Mark Salsbery6-Jun-07 5:32 
Questionmenu help again Pin
p_5-Jun-07 23:08
p_5-Jun-07 23:08 
AnswerRe: menu help again Pin
Rajkumar R5-Jun-07 23:45
Rajkumar R5-Jun-07 23:45 
GeneralRe: menu help again Pin
p_6-Jun-07 0:06
p_6-Jun-07 0:06 
GeneralRe: menu help again Pin
Anurag Gandhi6-Jun-07 1:27
professionalAnurag Gandhi6-Jun-07 1:27 
QuestionCString Limitation Pin
Anurag Gandhi5-Jun-07 22:48
professionalAnurag Gandhi5-Jun-07 22:48 
AnswerRe: CString Limitation Pin
CPallini5-Jun-07 23:07
mveCPallini5-Jun-07 23:07 
AnswerRe: CString Limitation Pin
Matthew Faithfull5-Jun-07 23:09
Matthew Faithfull5-Jun-07 23:09 
At those sort of links I'd be tempted to say just use several CStrings Big Grin | :-D
Seriously though CString is going to be horribly inefficient with this amount of data as it's constantly reallocating and moving stuff around. You're either writing some serious text processing here in which case I would do my own text buffer with the required functionality or you're in need of breaking up that CString. Have a look at CStringArray if MFC is your thing.
If things get difficult when they shouldn't be then often you just need to do more of the easy stuff. It's one of the reasons I love programming. Laugh | :laugh:

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: CString Limitation Pin
Anurag Gandhi5-Jun-07 23:50
professionalAnurag Gandhi5-Jun-07 23:50 
AnswerRe: CString Limitation Pin
David Crow6-Jun-07 2:59
David Crow6-Jun-07 2:59 
QuestionHuge increase in memory usage with Debug binary [modified] Pin
mandanani5-Jun-07 22:34
mandanani5-Jun-07 22:34 
QuestionRe: Huge increase in memory usage with Debug binary Pin
David Crow6-Jun-07 3:03
David Crow6-Jun-07 3:03 
AnswerRe: Huge increase in memory usage with Debug binary Pin
mandanani6-Jun-07 18:14
mandanani6-Jun-07 18:14 
AnswerRe: Huge increase in memory usage with Debug binary Pin
Cyrilix6-Jun-07 4:24
Cyrilix6-Jun-07 4:24 
GeneralRe: Huge increase in memory usage with Debug binary Pin
David Crow6-Jun-07 4:57
David Crow6-Jun-07 4:57 
GeneralRe: Huge increase in memory usage with Debug binary Pin
mandanani6-Jun-07 18:29
mandanani6-Jun-07 18:29 
AnswerRe: Huge increase in memory usage with Debug binary Pin
Mark Salsbery6-Jun-07 5:39
Mark Salsbery6-Jun-07 5:39 
GeneralRe: Huge increase in memory usage with Debug binary Pin
mandanani6-Jun-07 18:21
mandanani6-Jun-07 18:21 
QuestionSet the values of a field Pin
villaa5-Jun-07 22:20
villaa5-Jun-07 22:20 
AnswerRe: Set the values of a field Pin
Paresh Chitte6-Jun-07 0:58
Paresh Chitte6-Jun-07 0:58 
AnswerRe: Set the values of a field Pin
Hamid_RT6-Jun-07 7:55
Hamid_RT6-Jun-07 7:55 
QuestionLinking to ODBC.dll Pin
Programm3r5-Jun-07 22:19
Programm3r5-Jun-07 22:19 
AnswerRe: Linking to ODBC.dll Pin
Optimus Chaos5-Jun-07 22:36
Optimus Chaos5-Jun-07 22:36 
GeneralRe: Linking to ODBC.dll Pin
Programm3r5-Jun-07 22:43
Programm3r5-Jun-07 22:43 
GeneralRe: Linking to ODBC.dll Pin
Optimus Chaos5-Jun-07 22:54
Optimus Chaos5-Jun-07 22:54 

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.