From owner-freebsd-questions Thu Jan 14 09:13:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01689 for freebsd-questions-outgoing; Thu, 14 Jan 1999 09:13:11 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netshell.vicosa.com.br (netshell.vicosa.com.br [200.236.148.170]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA01677 for ; Thu, 14 Jan 1999 09:13:06 -0800 (PST) (envelope-from grios@netshell.vicosa.com.br) Received: (qmail 1302 invoked by uid 1070); 14 Jan 1999 16:22:08 -0000 Date: Thu, 14 Jan 1999 14:22:08 -0200 (EDT) From: Gustavo Vieira Goncalves Coelho Rios To: joe cc: FreeBSD Subject: Re: programming In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does it covers something about memory stack ? diffrences among static, volatile e dynamic declarations, etc!!! For instances? in C the following code is worng!!! ... ... for (int a=0;a&~5;a++) ... ... The right would be: ... ... int a; for(a=0;a&~5;a++) ... ... Am i right ? Iwas getting crazy when my code did not compiled cause that. So i saw i known nothing about C. That's because i need a good book on C!!! Does these book teach low level thing on C ? --- I use UNIX because reboots are for hardware upgrades. You use windowze because the guy on TV told you to ... ----- Gustavo Rios ----- On Thu, 14 Jan 1999, joe wrote: > > > On Thu, 14 Jan 1999, Greg Black wrote: > > > > a really good book on C programming (advanced > > > level, i already have a intermediate level about C). > > > > The only good book about C is "The C Programming Language", 2nd > > ed., B.W. Kernighan & D.M. Ritchie, Prentice Hall. > > > > > Is there any book that teach how to get the most from gcc ? > > > > The gcc manual is the best source of this information. > > > Another good book that you might be interested in is "Expert C > Programming" by Peter van der Linden. It discusses stuff that you > wouldn't normally find in standard texts. > > -Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message