Re: Which book is better for a begainer to study C language?
- From: Richard <rgrdev_@xxxxxxxxx>
- Date: Wed, 06 May 2009 16:30:48 +0200
jfbode1029@xxxxxxxxx writes:
On May 6, 3:52 am, Slow_Mind <m...@xxxxxxxxxxxxxxxx> wrote:
Dingjiu wrote:
Please give me some suggestion, thanks a lot!
Hi, can I add another question ? (Oops they become two with this one)
Is C recommended for someone who has no coding experience ?
IMO, no. The philosophy behind the design of the C language is that
the programmer knows what he is doing at all times, which is typically
Where is this philosophy written down? I never heard of that.
not the case for someone with no prior coding experience. Elements of
the syntax can be confusing (especially with declarators and
pointers), and there are some innocent-looking patterns that give you
unpredictable results; for example, i=j++ is well-defined, but i=i++
is not.
Which is all part of learning but not something that will necessary
form part of early lessons.
There are better languages out there for learning how to program. I
haven't used it myself, but people I trust recommend Python for
learning the basics. Once you learn the basic concepts, picking up
new languages is relatively easy.
Python?????
Python is at odds with just about everything else out there. You might
as well have picked Haskell.
--
"Avoid hyperbole at all costs, its the most destructive argument on
the planet" - Mark McIntyre in comp.lang.c
.
- Follow-Ups:
- Re: Which book is better for a begainer to study C language?
- From: Eric Sosman
- Re: Which book is better for a begainer to study C language?
- From: jfbode1029
- Re: Which book is better for a begainer to study C language?
- From: Golden California Girls
- Re: Which book is better for a begainer to study C language?
- From: Beej Jorgensen
- Re: Which book is better for a begainer to study C language?
- From: nick_keighley_nospam
- Re: Which book is better for a begainer to study C language?
- References:
- Which book is better for a begainer to study C language?
- From: Dingjiu
- Re: Which book is better for a begainer to study C language?
- From: Slow_Mind
- Re: Which book is better for a begainer to study C language?
- From: jfbode1029
- Which book is better for a begainer to study C language?
- Prev by Date: Re: comare tow int
- Next by Date: Re: comare tow int
- Previous by thread: Re: Which book is better for a begainer to study C language?
- Next by thread: Re: Which book is better for a begainer to study C language?
- Index(es):
Relevant Pages
|