We lose yet another legend. Dennis Ritchie has passed away. The best statement that I remember about the C language is from his book: … C is not a big language … This has taught me a lot more than programming. [Continue]
skip to navigation | content
ifacethoughtsWe lose yet another legend. Dennis Ritchie has passed away. The best statement that I remember about the C language is from his book: … C is not a big language … This has taught me a lot more than programming. [Continue]
I came across the Clockwise/Spiral Rule through Bruno yesterday. I remember making a note of this when I had taught C++ for one semester in my alma mater. Such rules make C a lot more consistent while learning and minimize the fear students gather in their first brush with the language. [Continue]
I have advised every new programmer to at least understand certain concepts in C. Howmuchever higher paradigm we use to program, understanding of the basic memory management and basic data-structures go a long way. C is one of the best languages to do so, it carries the least baggage in this regard. [Continue]
Mark Chu-Carroll explains the backdoor entry that Ken Thompson included in the C compiler (via Jason Kottke). This backdoor entry is mostly invisible. Why? [Continue]
This post has already been published on code::gallery blog which now has been merged into this blog. Just like we have to read from left to right or right to left depending upon what language we are reading, programs should know how are integers stored before reading a binary. This is Endianness. [Continue]
This is the weblog of Abhijit Nadgouda where he writes down his thoughts on software development and related topics. You are invited to subscribe to the feed to stay updated or check out more subscription options. Or you can choose to browse by one of the topics.