[ROOT] Strings again

From: Agnes Lundborg (agnes.lundborg@cern.ch)
Date: Thu Nov 08 2001 - 11:25:48 MET


Hi

I am looking through the material on strings used in root. Is this
problem fixed or not, are strings useable? I've tried the suggestion to
comment out the line 2406 in root/cint/stl/bstring.h about typedefs but
that did not change things. I would like to concatenate strings and to
obstract an integer from part of the string specified by the place in
the string. This does not work with normal string operations such as

string a("test123");
string b("test456");
string c=a+b;

Here root hangs.

or

string c=a(4,3);

Then root looks for the function a and not the string.
How should I go about this?
Agnes



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:06 MET