Re: Learning C
- From: Micah Cowan <micah@xxxxxxxxxx>
- Date: Fri, 10 Mar 2006 04:02:37 GMT
"mfasoccer@xxxxxxxxx" <mfasoccer@xxxxxxxxx> writes:
I am sorry if this is an inappropriate place to put this post, if so
please delete it.
Well, this is an entirely appropriate place for this post, but if it
had not been, deleting the post would be impossible (once you post to
USENET, it stays there, for the most part. Even "cancelling" a post
you made will may affect some but not all servers).
I am wondering about a few things. Do you guys recommend learning C as
a second language, as someone who already knows java very well. And
what is the best way to learn C, books, tutorials, or what?
Thanks, any response would be great.
I'd be willing to bet that most of the folks on this group began
learning C with a book. Unfortunately, there is a very high ratio of
crappy C books to useful C books. I strongly recommend you buy a copy
of K&R C ("The C Programming Language", by Kernighan and Ritchie, 2nd
edition), written by the actual inventors of C. The C language has
actually changed since then, but the language described there is still
the most portable version of the language, and that book is the most
widely recognized
When you've worked through that, you should probably buy a copy of "C:
A Reference Manual" by Harbison & Steele.
See also http://c-faq.com/resources/books.html, which gives a few
pointers on finding good books on C.
Participating in this newsgroup, or on alt.comp.lang.learn.c-c++, can
also be /very/ beneficial, /provided/:
1. You thoroughly familiarize yourself with the
rules-of-conduct/posting for the group. This can be accomplished
by reading about 2 weeks' worth of posts before posting
yourself. See what kinds of posts get good responses, and which
get poor ones.
2. You have the humility and good grace to receive constructive
criticisms, both of your code and of any errant behavior on the
group.
HTH,
Micah
.
- Follow-Ups:
- Re: Learning C
- From: mfasoccer@xxxxxxxxx
- Re: Learning C
- References:
- Learning C
- From: mfasoccer@xxxxxxxxx
- Learning C
- Prev by Date: Re: Macro
- Next by Date: Re: Learning C
- Previous by thread: Learning C
- Next by thread: Re: Learning C
- Index(es):
Relevant Pages
|