Help using std::getline with Glib::ustring



std::string stddata;
std::getline( somefile, stddata, '^' );

is there a way to do this
Glib::ustring stddata;
std::getline( somefile, stddata, '^' );

??
What would be the GTKmm version ??


Thanks in advance

--
Happiness has many doors, and when one of them closes another opens, yet we spent so much time looking at the one that is shut that we don't see the one that just opened..



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]