October 22, 2012

The Practice of Programming (book worth to have)

I have bought another book - The Practice of Programming from B. W. Kernighan and Rob Pike. I haven't finished reading but so far seems to be pleasant reading

Eli Bendersky [eli.thegreenplace.net/]
I was reading this blog when I discovered what I have missed in my collection and immediately ordered my own copy.

Answers to The Practise of Programming [bamsoftware.com/computers]
Answers to the exercises in the book. Can't confirm about the quality yet.

I'll review it once I finish reading.

October 15, 2012

Keyword register C language

Does register keyword indicates to the compiler it should place the variable into register or that compiler inhibits the access to the variable?

Misconsception register keyword [gustedt.wordpress.com]

Understanding register keyword [www.geeksforgeeks.org]

Why to use VIM !

I have only played with VIM, frankly not much. This post has raised my interest and it's on my TODO list to check out VIM :-)

Why to use VIM ? [http://users.softlab.ntua.gr/~ttsiod]

October 8, 2012

Interview with Brian Kernighan about C language

This deserves own  post, an interview with Brian Kernighan:

An Interview with Brian Kernighan on C and The C Programming Language [www.informit.com]

Blogs about C/C++ language

I am going to update this list from time to time if I find anything relevant to this topic.


Gustedt's blog [https://gustedt.wordpress.com/]
Lately digging about C99.

C/C++ blog [eli.thegreenplace.net]
Various topics about C/C++ with perl/python mixture.

GCC tips [pixelbeat.org/]
Few tips from this blog, signed integer overflow, c string problem

Dave's bookmark [delicious.com/dpt]
Bookmarks which are articles about programming.

Paul Hsieh's programming blog [azillionmonkeys.com]