examples here:
http://git.gnome.org/browse/gtkmm-documentation/tree/examples/book/giomm


ArbolOne wrote:
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
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to