I actually only discovered std::string last night, and fell insantly inlove
with them. It looks like .NET String class is derived from the C++ String
class. I will be switching my code over to that, and I will let ya know if
it works. Ohh, hopefully one day I will learn C++ good enough, but till
then, gotta stick with what I know, VB.
Thanks again William,
JLW
> > Here is my function in C++:
> >
[quoted text clipped - 32 lines]
> Regards,
> Will
Ronald Laeremans [MSFT] - 16 Jun 2004 21:35 GMT
Even just at the extremely fundamental level they are very different, .Net
strings are immutable and std::string is very much designed to be mutable.
Ronald Laeremans
Visual C++ team
>I actually only discovered std::string last night, and fell insantly inlove
> with them. It looks like .NET String class is derived from the C++ String
[quoted text clipped - 45 lines]
>> Regards,
>> Will