Blog | Tech Blog | Secure Coding | Twitter | RSS Feed | Get Email Updates
—-

tweetmeme_source=’shantanugoel’;tweetmeme_url=’http://tech.shantanugoel.com/2009/01/13/slow-updates-and-a-small-nugget-post.html’

Many readers of this blog have written to me for the slow updates. I apologize for the same. I’ve been swamped by loads of work for quite some time now and haven’t been able to write anything here or [...]

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 [...]