Dynamic arrays in D 1.0

Edward Diener eddielee_no_spam_here at tropicsoft.com
Sun May 11 13:38:43 PDT 2008


Janice Caron wrote:
>> Furthermore in D 1.0 a char[], a dynamic array of characters, is the
>> equivalent of the C++ std::string. In the C++ std::string class there is a
>> rich set of functionality for manipulating the char elements in the string,
>> for finding particular elements in the string, and for comparing the
>> character elements in strings with other strings, but I see little of this
>> in dynamic array functionality. What am I missing ?
> 
> std.string
> std.algorithm

I do not see a std.algorithm in the D 1.0 Phobos docuemntation.



More information about the Digitalmars-d mailing list