Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c.moderated > #482 > unrolled thread
| Started by | yoodavid <odimegwudavid@yahoo.fr> |
|---|---|
| First post | 2013-09-18 16:41 -0500 |
| Last post | 2013-10-08 16:38 -0500 |
| Articles | 6 — 6 participants |
Back to article view | Back to comp.lang.c.moderated
online resources for c language beginners yoodavid <odimegwudavid@yahoo.fr> - 2013-09-18 16:41 -0500
Re: online resources for c language beginners mt <mahdert@gmail.com> - 2013-10-03 13:38 -0500
Re: online resources for c language beginners James Kuyper <jameskuyper@verizon.net> - 2013-10-08 16:37 -0500
Re: online resources for c language beginners Dag-Erling Smørgrav <des@des.no> - 2013-10-08 16:37 -0500
Re: online resources for c language beginners Keith Thompson <kst-u@mib.org> - 2013-10-08 16:38 -0500
Re: online resources for c language beginners Francis Glassborow <francis.glassborow@btinternet.com> - 2013-10-08 16:38 -0500
| From | yoodavid <odimegwudavid@yahoo.fr> |
|---|---|
| Date | 2013-09-18 16:41 -0500 |
| Subject | online resources for c language beginners |
| Message-ID | <clcm-20130918-0001@plethora.net> |
I have been playing with the k&R2 book, using some answers to the exercises provided with it. Without the provided answers, learning c would have been so difficult. Now, i understand how elegant c is. I really want to delve into the language. I am looking for a site that has code repositories for beginners and intermediates for practice. i want a respectable site. And thanks in advance, especially to K&R2. -- to authenticate is not to authorize. be responsible. -- comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [next] | [standalone]
| From | mt <mahdert@gmail.com> |
|---|---|
| Date | 2013-10-03 13:38 -0500 |
| Message-ID | <clcm-20131003-0003@plethora.net> |
| In reply to | #482 |
On Wednesday, September 18, 2013 5:41:35 PM UTC-4, yoodavid wrote: > I have been playing with the k&R2 book, using some answers to > > the exercises provided with it. Without the provided answers, > > learning c would have been so difficult. Now, i understand how > > elegant c is. > > I really want to delve into the language. I am looking for a > > site that has code repositories for beginners and > > intermediates for practice. i want a respectable > > site. And thanks in advance, especially to K&R2. > > -- > > to authenticate is not to authorize. be responsible. > > -- > > comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must > > have an appropriate newsgroups line in your header for your mail to be seen, > > or the newsgroup name in square brackets in the subject line. Sorry. I learned how to program C from The Complete C Reference by H. Schildt. It a neat book for beginners, although not very popular. -- comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [prev] | [next] | [standalone]
| From | James Kuyper <jameskuyper@verizon.net> |
|---|---|
| Date | 2013-10-08 16:37 -0500 |
| Message-ID | <clcm-20131008-0001@plethora.net> |
| In reply to | #486 |
On 10/03/2013 02:38 PM, mt wrote: > On Wednesday, September 18, 2013 5:41:35 PM UTC-4, yoodavid wrote: >> I have been playing with the k&R2 book, using some answers to >> the exercises provided with it. Without the provided answers, >> learning c would have been so difficult. Now, i understand how >> elegant c is. > > I learned how to program C from The Complete C Reference by H. Schildt. It a neat book for beginners, although not very popular. See <http://www.seebs.net/c/c_tcn4e.html> for an explanation of why it's unpopular, and why being "a neat book" is not sufficient. -- comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [prev] | [next] | [standalone]
| From | Dag-Erling Smørgrav <des@des.no> |
|---|---|
| Date | 2013-10-08 16:37 -0500 |
| Message-ID | <clcm-20131008-0002@plethora.net> |
| In reply to | #486 |
mt <mahdert@gmail.com> writes: > I learned how to program C from The Complete C Reference by > H. Schildt. It a neat book for beginners, although not very popular. I think you just became Edward Nilges's new best friend. DES -- Dag-Erling Smørgrav - des@des.no -- comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [prev] | [next] | [standalone]
| From | Keith Thompson <kst-u@mib.org> |
|---|---|
| Date | 2013-10-08 16:38 -0500 |
| Message-ID | <clcm-20131008-0004@plethora.net> |
| In reply to | #486 |
mt <mahdert@gmail.com> writes:
[...]
> I learned how to program C from The Complete C Reference by
> H. Schildt. It a neat book for beginners, although not very popular.
It's unpopular for good reasons.
Every copy should be accompanied by a copy of "C: The Complete Nonsense"
<http://www.seebs.net/c/c_tcn4e.html>, written by our own moderator. If
you learned C from that book, I suggest you read that review of it; it's
likely you have a lot to unlearn.
--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
Working, but not speaking, for JetHead Development, Inc.
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
--
comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must
have an appropriate newsgroups line in your header for your mail to be seen,
or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [prev] | [next] | [standalone]
| From | Francis Glassborow <francis.glassborow@btinternet.com> |
|---|---|
| Date | 2013-10-08 16:38 -0500 |
| Message-ID | <clcm-20131008-0005@plethora.net> |
| In reply to | #486 |
On 03/10/2013 19:38, mt wrote: > > I learned how to program C from The Complete C Reference by H. Schildt. It a neat book for beginners, although not very popular. > The problem for some of us is exactly the opposite. It is very popular even though the author has repeatedly shown a faulty understanding of C (and an even poorer grasp of C++) He writes fluent English and is easily understood. Unfortunately that is not synonymous with being correct. When a large number of experts find faults repeatedly in an author's books it should suggest that there is a problem. Beginners need good text that are correct and will lead them to learn to program well. Francis -- comp.lang.c.moderated - moderation address: clcm@plethora.net -- you must have an appropriate newsgroups line in your header for your mail to be seen, or the newsgroup name in square brackets in the subject line. Sorry.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.c.moderated
csiph-web