From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Luchjenbroers Subject: Re: Type conversion Date: Fri, 28 Jun 2002 21:14:23 +0930 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020628113938Z317144-685+266@vger.kernel.org> References: <20020628054419Z317059-685+171@vger.kernel.org> <15644.12899.635930.540711@cerise.nosuchdomain.co.uk> Reply-To: adam@luchjenbroers.com Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <15644.12899.635930.540711@cerise.nosuchdomain.co.uk> List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org > 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. > 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.