Thursday, July 29, 2010

Bug of the Month

http://www.gimpel-online.com/bugsLinkPage.html

Wednesday, July 7, 2010

Reading const

From: http://stackoverflow.com/questions/487048/difference-between-const-declarations-in-c

I always keep in mind this easy rule: const always applies on the thing at the immediate left of it, if this thing doesn't exists, it applies to the thing on the immediate right.