Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: SSE2-Intrinsic Wrapper - Source Code

Author: Omid David Tabibi

Date: 23:19:00 10/09/03

Go up one level in this thread


On October 09, 2003 at 14:06:36, Gerd Isenberg wrote:

><snip>...
>>>{
>>>
>>>}
>>>
>>>
>>>for example:
>>>
>>>if (...) {
>>>
>>>} else {
>>>
>>>}
>>>
>>>
>>>instead of:
>>>
>>>if (...)
>>>{
>>>
>>>}
>>>else
>>>{
>>>
>>>}
>>>
>>
>>In changed my parentheses conventions a lot during the last 30 years.
>>In my company there is the allying convention that beginning and ending block
>>parentheses have to be in the same column...
>>
>>Gerd
>>
>
>In a former company with pure C there were following definitions in some header
>file:
>
>#define begin {
>#define end }
>
>with following convention ;-)
>
>if (...)
>     begin
>     ...;
>     end
>...;

A few more such defines and you will start writing in BASIC!





This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.