GLib – An Introduction:
GLib is a utility library for C, which augments the standard C library in several purposeful ways to make your life that much easier while programming. GLib has the following things to offer you:
1. Portability: The main issue that haunts any C developer is the portability of code. One cannot rely on [...]