Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > class string

Reply
Thread Tools

class string

 
 
Alexei A. Frounze
Guest
Posts: n/a
 
      08-27-2005
"Ivan Vecerina" <> wrote in message
....
> std::string does not have built-in support for all possible operations on
> Unicode text, or for path-manipulation operations, or for loading inter-
> nationalized text from resources, or whatever processing you have in mind.
>
> But these operations can be implemented as non-member functions, and this
> is the right way to support them.
>
> Think of C++ containers and its library of standard algorithms, which
> are independent and orthogonal. A much better, lean and efficient design,
> than developing an ultra-container trying to do everything.


That was the sad point. It still needs to be implemented since apart reading
and writing code points everything else is quite a big task.

Alex


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Class A contains class B, class B points to class A Joseph Turian C++ 5 12-30-2005 03:24 PM
Nested Class, Member Class, Inner Class, Local Class, Anonymous Class E11 Java 1 10-12-2005 03:34 PM
A parameterized class (i.e. template class / class template) is not a class? christopher diggins C++ 16 05-04-2005 12:26 AM
Generic class literals - e.g,, Class<Map<String, Integer>>.class Purush Java 4 04-13-2005 08:40 PM
Re: String.replaceAll(String regex, String replacement) question Mladen Adamovic Java 0 12-04-2003 04:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57