Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

We have phasers, I vote we blast 'em! -- Bailey, "The Corbomite Maneuver", stardate 1514.2


devel / comp.lang.c / typedef float F;

SubjectAuthor
* typedef float F;fir
`- Re: typedef float F;fir

1
typedef float F;

<fb88234c-fa62-49bc-9bce-bfb2894eab39n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=27812&group=comp.lang.c#27812

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a37:b604:0:b0:76a:e0f5:dfb with SMTP id g4-20020a37b604000000b0076ae0f50dfbmr34250qkf.6.1692222897115;
Wed, 16 Aug 2023 14:54:57 -0700 (PDT)
X-Received: by 2002:a63:3c0c:0:b0:55a:b9bb:7ca with SMTP id
j12-20020a633c0c000000b0055ab9bb07camr622440pga.10.1692222896843; Wed, 16 Aug
2023 14:54:56 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Wed, 16 Aug 2023 14:54:56 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=5.172.255.50; posting-account=Sb6m8goAAABbWsBL7gouk3bfLsuxwMgN
NNTP-Posting-Host: 5.172.255.50
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <fb88234c-fa62-49bc-9bce-bfb2894eab39n@googlegroups.com>
Subject: typedef float F;
From: profesor...@gmail.com (fir)
Injection-Date: Wed, 16 Aug 2023 21:54:57 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1914
 by: fir - Wed, 16 Aug 2023 21:54 UTC

i wonder if to not began to use

typedef int I; typedef float F; typedef char C; typedef long long L;

i never to used this but recently i noticed i get more advanced in c
and more not plain, more cryptic codes that are shorter become better
to me... it is change in philosophy but it seem right

the adwantage is that in fact its a spare of lot typilg
as big I or big F are very short to type (easier than + or *)

so is it right or wrong decision? (in fact its hard to judge without
longer use it in practicem, but phylosphically it may be good)

(soem noobs may think its weird code though, but im not
in respect with ponys to much; worse hovever it would be if its
from some aspects not so much bad decision)

one big disadvantage is that my editor colorises int float in different colors than function and variables and here thic separata color is lost)

Re: typedef float F;

<cbadb8c0-b2d7-4452-b56f-06c86d743fb1n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=27813&group=comp.lang.c#27813

  copy link   Newsgroups: comp.lang.c
X-Received: by 2002:a05:622a:19a2:b0:403:ab15:17a0 with SMTP id u34-20020a05622a19a200b00403ab1517a0mr40522qtc.12.1692223635626;
Wed, 16 Aug 2023 15:07:15 -0700 (PDT)
X-Received: by 2002:a17:902:d38d:b0:1b8:c85c:6ad0 with SMTP id
e13-20020a170902d38d00b001b8c85c6ad0mr1023423pld.4.1692223635398; Wed, 16 Aug
2023 15:07:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.c
Date: Wed, 16 Aug 2023 15:07:14 -0700 (PDT)
In-Reply-To: <fb88234c-fa62-49bc-9bce-bfb2894eab39n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=5.172.255.50; posting-account=Sb6m8goAAABbWsBL7gouk3bfLsuxwMgN
NNTP-Posting-Host: 5.172.255.50
References: <fb88234c-fa62-49bc-9bce-bfb2894eab39n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cbadb8c0-b2d7-4452-b56f-06c86d743fb1n@googlegroups.com>
Subject: Re: typedef float F;
From: profesor...@gmail.com (fir)
Injection-Date: Wed, 16 Aug 2023 22:07:15 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2388
 by: fir - Wed, 16 Aug 2023 22:07 UTC

środa, 16 sierpnia 2023 o 23:55:05 UTC+2 fir napisał(a):
> i wonder if to not began to use
>
> typedef int I; typedef float F; typedef char C; typedef long long L;
>
> i never to used this but recently i noticed i get more advanced in c
> and more not plain, more cryptic codes that are shorter become better
> to me... it is change in philosophy but it seem right
>
> the adwantage is that in fact its a spare of lot typilg
> as big I or big F are very short to type (easier than + or *)
>
> so is it right or wrong decision? (in fact its hard to judge without
> longer use it in practicem, but phylosphically it may be good)
>
> (soem noobs may think its weird code though, but im not
> in respect with ponys to much; worse hovever it would be if its
> from some aspects not so much bad decision)
>
> one big disadvantage is that my editor colorises int float in different colors than function and variables and here thic separata color is lost)

other disadvantage is it looks slightly weird - not that i disliked code that uses int,float,
those show cleanly what it is, but the question is if code needs to show cleanly what i cleanly know

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor