Re: C Programming



On Sun, 2006-07-30 at 08:24 -0500, Aaron Konstam wrote:
On Sun, 2006-07-30 at 06:36 -0400, Matthew Miller wrote:
On Sat, Jul 29, 2006 at 03:52:41PM -0500, Aaron Konstam wrote:
Can any one here point me to "Learning C Programming"
The book "The C Programming Language", Second Addition by Brian W.
Kernighan and Dennis M. Ritchie
http://cm.bell-labs.com/cm/cs/cbook/
The above is a good reference book but not one for learning to program in C.

On the contrary -- it's written in clear, simple language without much
distraction, and explains the C language better than any other book I've
seen.
Look this is silly. The book mentioned above is the definitive reference
book on C but it is not a book from which to learn to program in C.

Try learning to program in Python from the Python Language Reference
Manual.
--
Aaron Konstam <akonstam@xxxxxxxxxxxxx>


What you are saying is correct. "The C Programming Language" assumes
basic familiarity with programming concepts. It is NOT a book you want
to do ground-up teaching from when you are dealing with students that
have never programmed before.

If you are trying to teach C and basic programming concepts at the same
time, there are very few books out there that take care of that
demographic. One of them that I found that does is "C How To Program",
ISBN #0-13-226119-7.

LX
--
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
When the ax entered the forest, the trees said,
"The handle is one of us!" -- Turkish proverb
Registered Linux User #268899 http://counter.li.org/
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Moore on Skolems Paradox
    ... >language" is assigning a reference to all of the terms that we learn. ... >language+ the interpretation given to it as a part of learning the ...
    (sci.logic)
  • Re: why the perl documents is hard to understand?
    ... > I am learning Perl now. ... > important tool for learning a language is to learn how to read its help ... That's because you are reading a reference manual, ...
    (comp.lang.perl.misc)
  • Re: C Programming
    ... The above is a good reference book but not one for learning to program in C. ... and explains the C language better than any other book I've ... Try learning to program in Python from the Python Language Reference ...
    (Fedora)
  • Re: C Programming
    ... The above is a good reference book but not one for learning to program in C. ... and explains the C language better than any other book I've ... Try learning to program in Python from the Python Language Reference ...
    (Fedora)
  • Re: Question on LSP
    ... not have to be explicit attributes, ... Since objects in memory usually don't move, the language can largely hide the identity mapping. ... My issue here is that whatever semantic meta model the language uses, there must be some way for the developer to unambiguously express the OOA/D is-a semantics for some problem space entity. ... Note that the language allows us to use a name like 'T' on the reference as a mnemonic so that the developer can keep track of what is happening with the indirection. ...
    (comp.object)