Re: help me learn C
- From: Flash Gordon <spam@xxxxxxxxxxxxxxxxxx>
- Date: 30 Apr 2006 02:10:59 +0200
noridotjabi@xxxxxxxxx wrote:
Provide context please. There is no guarantee that people can see the post you are replying to. See the bits about posting from Google here http://clc-wiki.net/wiki/Intro_to_clc
Help you learn C eh? That's quite the boon to ask. The C language is
extremely large containing numerous standard features and even more
nonstandard ones. One of the best C tutorials that I know of can be
found free online at:
http://www.cs.cf.ac.uk/Dave/C/CE.html
I can see a few problems just from looking at the page about basics. The specification of the sizeof of integer types is wrong, an example program calling printf without having first included stdlib (printf *required* a prototype in scope because it takes a variable number of parameters), it uses implicit int in examples which is a bad idea.
It assumes that you are using some sort of *nix system however all of
the information presented is still relevant (okay nearly all of it once
you get near the end some OS specific stuff is presented but its easy
enough to ignore this).
A lot of the information seems to be incorrect.
I read most of this tutorial and it help me to lean the basics and more
intermediate concepts of C.
In that case you will probably have to unlearn a number of things.
> If you want to learn the really advanced
stuff the only way to really do it is to buy a book. Some online
tutorials present advanced information however it is often OS specific.
What's wrong with book anyway?
I would recommend reading the comp.lang.c FAQ and buying a copy of K&R2 (see the bibliography of the comp.lang.c FAQ).
--
Flash Gordon, living in interesting times.
Web site - http://home.flash-gordon.me.uk/
comp.lang.c posting guidelines and intro:
http://clc-wiki.net/wiki/Intro_to_clc
Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php
.
- Follow-Ups:
- Re: help me learn C
- From: Buck Rogers
- Re: help me learn C
- References:
- help me learn C
- From: abhi
- Re: help me learn C
- From: noridotjabi@xxxxxxxxx
- help me learn C
- Prev by Date: Re: Boost process and C
- Next by Date: Re: discussing C evolution
- Previous by thread: Re: help me learn C
- Next by thread: Re: help me learn C
- Index(es):
Relevant Pages
|
|