Click here to Skip to main content
15,913,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UrlEscape Error Pin
Dominik Reichl13-Oct-02 1:45
Dominik Reichl13-Oct-02 1:45 
GeneralRe: UrlEscape Error Pin
Stephane Rodriguez.13-Oct-02 5:43
Stephane Rodriguez.13-Oct-02 5:43 
GeneralA subclassed CStatic control and WM_RBUTTONDOWN Pin
xeonboy12-Oct-02 19:56
xeonboy12-Oct-02 19:56 
GeneralRe: A subclassed CStatic control and WM_RBUTTONDOWN Pin
Gary R. Wheeler13-Oct-02 4:29
Gary R. Wheeler13-Oct-02 4:29 
GeneralScott Meyers' Effective STL :: C++ Pin
valikac12-Oct-02 17:37
valikac12-Oct-02 17:37 
GeneralRe: Scott Meyers' Effective STL :: C++ Pin
Michael Dunn12-Oct-02 18:24
sitebuilderMichael Dunn12-Oct-02 18:24 
GeneralRe: Scott Meyers' Effective STL :: C++ Pin
Jim Crafton12-Oct-02 19:07
Jim Crafton12-Oct-02 19:07 
GeneralRe: Scott Meyers' Effective STL :: C++ Pin
Paul M Watt12-Oct-02 19:52
mentorPaul M Watt12-Oct-02 19:52 
Yes depending on the circumstances. I can think of two scenarios where a string class with these features helps out.

Picture very large strings that are copied and moved around. I think there would be a very good increase in space and time savings.

Also think of a case where you will have a string that gets repeated 1000's of times. For instance an XML file that contains a set of records for peoples names, and the "name" tag is repeated over and over. Or even a home grown version of a large array of structs where the default entry is "default". New memory would only get allocated for the default string when the user changed the value.




Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Scott Meyers' Effective STL :: C++ Pin
Daniel Turini12-Oct-02 22:03
Daniel Turini12-Oct-02 22:03 
GeneralRe: Scott Meyers' Effective STL :: C++ Pin
Paul M Watt12-Oct-02 18:22
mentorPaul M Watt12-Oct-02 18:22 
GeneralRe: Scott Meyers' Effective STL :: C++ Pin
valikac12-Oct-02 18:34
valikac12-Oct-02 18:34 
GeneralHelp pls! Pin
oly200212-Oct-02 16:02
oly200212-Oct-02 16:02 
GeneralRe: Help pls! Pin
tongc12-Oct-02 16:37
tongc12-Oct-02 16:37 
GeneralRe: Help pls! Pin
Anonymous12-Oct-02 16:49
Anonymous12-Oct-02 16:49 
GeneralRe: Help pls! Pin
tongc12-Oct-02 16:57
tongc12-Oct-02 16:57 
GeneralRe: Help pls! Pin
Anonymous12-Oct-02 17:06
Anonymous12-Oct-02 17:06 
GeneralRe: Help pls! Pin
tongc12-Oct-02 17:10
tongc12-Oct-02 17:10 
GeneralRe: Help pls! Pin
oly200212-Oct-02 20:03
oly200212-Oct-02 20:03 
GeneralRe: Help pls! Pin
Gary R. Wheeler13-Oct-02 4:43
Gary R. Wheeler13-Oct-02 4:43 
GeneralIdentify blank line with gets() function!! Pin
tongc12-Oct-02 15:17
tongc12-Oct-02 15:17 
GeneralRe: Identify blank line with gets() function!! Pin
Roger Stewart12-Oct-02 15:29
professionalRoger Stewart12-Oct-02 15:29 
GeneralRe: Identify blank line with gets() function!! Pin
Gary R. Wheeler13-Oct-02 4:48
Gary R. Wheeler13-Oct-02 4:48 
GeneralRe: Identify blank line with gets() function!! Pin
Ravi Bhavnani13-Oct-02 5:39
professionalRavi Bhavnani13-Oct-02 5:39 
GeneralADOX Console Application Linker Problem Pin
perlmunger12-Oct-02 14:52
perlmunger12-Oct-02 14:52 
GeneralFast selecting from a ListBox Pin
Darroll Walsh12-Oct-02 14:36
Darroll Walsh12-Oct-02 14:36 

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.