View Single Post
Re: Any of you string/pointer/memory guru's out there who can help me?
Old
  (#15)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: Any of you string/pointer/memory guru's out there who can help me? - 11-04-2004

Quote:
Originally Posted by Pierre-Marie Baty
I'm still gonna stick to the character arrays, in spite of all this... yes.

I like to know where every single byte of memory goes to

That's not a drawback for me because my code is usually rather ANSI C than C++.
You could always write your own string class, there's not that much too it, esp if you just wrap the old C routines into it. But I hear you're not yet into C++?


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote