Friday, June 3, 2011

C .. My Love

Links

Dennis Ritchie website .. where we can find many links about C.
http://cm.bell-labs.com/cm/cs/who/dmr/index.html

C
http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf
The below one explains the lvalue
http://cm.bell-labs.com/cm/cs/who/dmr/cman.pdf

http://cm.bell-labs.com/cm/cs/who/dmr/mdmpipe.html

Inter Process communication
http://cm.bell-labs.com/cm/cs/who/dmr/ipcpaper.html

Thursday, June 2, 2011

Programming with a perspective of how things work

http://csapp.cs.cmu.edu/public/instructors.html

CALL STACK

This is about how a program works. The one below says how a call stack functions.
http://en.wikipedia.org/wiki/Call_stack
http://en.wikipedia.org/wiki/Calling_convention

The one below explains the call sequence or call stack or stack or execution stack mechanism in C
http://cm.bell-labs.com/cm/cs/who/dmr/clcs.html