I want to convert an integer value to a string in GLib. Is there any macro or function for this? Or Can I store different types of data in the same doubly linked list?
gchar *my_string = g_strdup_printf("%i", my_integer);
GINT_TO_POINTER
Source: https://habr.com/ru/post/1737657/More articles:Is simple serialization faster than JSON? (in Ruby) - jsonTCP/IP RST отправляется по-разному в разных браузерах - networkingPHP programming question? - phpModel class not found in zend framework project (quickstart) - zend-frameworkHibernate SessionFactory: how to configure JNDI in Tomcat? - javaCan I have two names for the same variable? - javaHow to import a mercury patch that has a different directory structure - mercurialNeed help with MySQL subquery calculation - sqlgit: how not to delete files on reboot with commit file - gitHow to use jndi in a standalone (unmanaged) application? - javaAll Articles