Basic string support in Cint

Hi,

Just include the string header and you can use std::string:cint.exe> { #include <string> } cint.exe> { std::string s; }

Cheers,
Philippe.