[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Integer to GChar
- From: Martyn Russell <jackrussell subdimension com>
- To: Gtk-App-Devel <gtk-app-devel-list gnome org>
- Subject: Re: Integer to GChar
- Date: 09 Mar 2002 08:33:18 +0000
why not use:
gint myint = 1;
sprintf("%d",myint);
or have a look at 'strtol' / 'itoa'.
Martyn
On Sat, 2002-03-09 at 06:56, Gerd Kardel wrote:
> Hello,
>
> for a program I'm working on I need to convert Integer results to gchar to
> display these valuesa a gtk_label.
>
> Any help will be appreciated.
>
> Gerd
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]