Re: Help using giomm
- From: ArbolOne <arbolone gmail com>
- To: michi7x7 <mailing-lists michi7x7 de>, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Help using giomm
- Date: Thu, 11 Nov 2010 16:43:59 -0500
Thank you for your reply and understanding TKNX example tried to convey.
I will follow your suggestion.
This is a | T
Known | K
Negative | N
eXeption | X
On 11/11/2010 4:20 PM, michi7x7 wrote:
Am 11.11.2010 17:35, schrieb ArbolOne:
Hi kids!
I just need a little bit of help to find my bearing when using giomm.
If some body would be so kind as to show me how this method would be
change from std to giomm.
TKNX!!
const char* jme::strtools::toStr( const int x ) {
std::stringstream num;
num << x;
tmp = num.str();
return tmp.c_str();
}
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
Hi,
you should really learn C++ before trying advanced things like GUI ;)
However, what you try to do here is perfectly doable using
Glib::ustring::format()
Regards,
michi7x7
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]