Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: SSE2-Intrinsic Wrapper - Source Code

Author: Gerd Isenberg

Date: 11:06:36 10/09/03

Go up one level in this thread


<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
...;



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.