
4 Apr
2005
4 Apr
'05
11:51 a.m.
On Apr 4, 2005 1:16 PM, Erik Wien <wien@start.no> wrote:
Daniel James wrote:
But, whether you use std::string, std::vector, or manually manage memory, it should be an implementation detail. True.
Exactly. We will probably go for std::vector for now, but since it is an implementation detail, changing this at a later time should not be a problem. (As long as it is found worthy of the effort in terms of efficiency that is)
basic_string has convenient and fast find* and replace methods though. Regards, Rogier