linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marius Nita <marius@cs.pdx.edu>
To: Adam Luchjenbroers <adam@luchjenbroers.com>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: Type conversion
Date: Fri, 28 Jun 2002 09:21:59 -0700	[thread overview]
Message-ID: <20020628092159.A22065@cs.pdx.edu> (raw)
In-Reply-To: <20020628113938Z317144-685+266@vger.kernel.org>; from adam@luchjenbroers.com on Fri, Jun 28, 2002 at 09:14:23PM +0930

On Fri, Jun 28, 2002 at 09:14:23PM +0930, Adam Luchjenbroers wrote:
> 
> > If you weren't aware of type casts, you probably need to get a book on
> > C.
> 
> Is there a good book you could recommend.

K&R is pretty much the defacto standard for learning the language:
http://www.amazon.com/exec/obidos/ASIN/0131103628/qid=1025280640/sr=8-1/ref=sr_8_1/102-5246061-6069731

If you want a UNIX programming book in C:
http://www.amazon.com/exec/obidos/ASIN/0201563177/qid=1025281187/sr=1-1/ref=sr_1_1/102-5246061-6069731

> > You can't realistically learn a language from a combination of
> > trial-and-error and asking questions on mailing lists. Primarily
> > because, for many of the things which you need to learn, you won't
> > realise that you need to learn them until you've learnt them.
> 
> I've learned alot from various projects where I've worked with code already 
> given to me and I've absorbed the techniques I've seen used. That said, there 
> would still be many techniques I don't know.

Casting is a very fundamental concept. :) Also, learning things in the wrong
order could hurt you later. Read a book; it's a good thing.

> -
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2002-06-28 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-28  5:49 Type conversion Adam Luchjenbroers
2002-06-28  9:54 ` Glynn Clements
2002-06-28 11:44   ` Adam Luchjenbroers
2002-06-28 14:16     ` Suriya Narayanan M S
2002-06-29 11:09       ` Flavio de Ayra Mendes
2002-06-28 16:21     ` Marius Nita [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-29 13:30 Graydon Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020628092159.A22065@cs.pdx.edu \
    --to=marius@cs.pdx.edu \
    --cc=adam@luchjenbroers.com \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).