From owner-freebsd-chat Thu Feb 29 14:05:53 1996 Return-Path: owner-chat Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13934 for chat-outgoing; Thu, 29 Feb 1996 14:05:53 -0800 (PST) Received: from nervosa.com (root@[192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA13914 for ; Thu, 29 Feb 1996 14:05:48 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.4/nervosa.com.2) with SMTP id OAA26289; Thu, 29 Feb 1996 14:05:12 -0800 (PST) Date: Thu, 29 Feb 1996 14:05:12 -0800 (PST) From: invalid opcode To: Tony Jones cc: chat@freebsd.org Subject: Re: your mail In-Reply-To: <199602291846.LAA08510@seagull.rtd.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-chat@freebsd.org Precedence: bulk On Thu, 29 Feb 1996, Tony Jones wrote: > IMHO code not conforming to the K&R standards for brace ({}) placement > should be rejected by the compiler :-) > tony I dont particularly agree with that, I code my braces like this: void main( int argc, char *argv[] ) { int i = 0, p = 1; for ( int l = 10; l; l-- ) { i += p + l; p++; } } I know ^^ makes no sense, but who cares, im showing brace style. == Chris Layne ============================================================= == coredump@nervosa.com ================ http://www.nervosa.com/~coredump ==