Help using std::getline with Glib::ustring
- From: Jamiil <arbolone gmail com>
- To: gtkmm-list gnome org
- Subject: Help using std::getline with Glib::ustring
- Date: Fri, 30 May 2008 15:56:03 -0400
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]