[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
getline(...) function and Glib::ustring
- From: Gezim Hoxha <gezim hoxha uleth ca>
- To: Gtkmm Mailing List <gtkmm-list gnome org>
- Subject: getline(...) function and Glib::ustring
- Date: Sun, 25 Feb 2007 20:52:56 -0700
Hi all,
I want to read some strings from file but seems that the only function
available to do that is std::getline(...) from <string> library. Second
argument to getline is a std::string and I tried to use a Glib::ustring
but it didn't work because of argument type mismatch.
So, my question is, how do I work around this?
Thanks,
-Gezim
P.S.: I checked the docs for ustring and there was no such thing as
getline implemented.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]