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++?