Help using giomm
- From: ArbolOne <arbolone gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Help using giomm
- Date: Thu, 11 Nov 2010 11:35:03 -0500
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();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]