Deutsch English Français Italiano |
<87y1557bxz.fsf@nosuchdomain.example.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson <Keith.S.Thompson+u@gmail.com> Newsgroups: comp.lang.c Subject: Re: how cast works? Date: Fri, 09 Aug 2024 12:06:48 -0700 Organization: None to speak of Lines: 14 Message-ID: <87y1557bxz.fsf@nosuchdomain.example.com> References: <v8vlo9$2oc1v$1@dont-email.me> <slrnvb7kis.28a.dan@djph.net> <v929ah$3u7l7$1@dont-email.me> <87ttfu94yv.fsf@nosuchdomain.example.com> <v93a3t$6q7v$1@dont-email.me> <v93e2q$8put$1@dont-email.me> <v94smd$mgp8$1@dont-email.me> <v95cdl$pek8$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Fri, 09 Aug 2024 21:06:49 +0200 (CEST) Injection-Info: dont-email.me; posting-host="153d1bcdb0929153f62e0b2f2aa4005b"; logging-data="3835557"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18z+JPth6Yvph0x4pResgqo" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:GkoQD6SMlySYREaC5+Sb6soTUIk= sha1:lmOgCiUi4MbMmU1CiqmTcJZ9ElE= Bytes: 1715 Bart <bc@freeuk.com> writes: [...] > Currently we're in a golden age where nearly everything is 64 bits, > and both 64-bit ints and floats suffice for most purposes. So that > aspect is no longer an issue. Most modern hosted implementations have 32-bit int and 32-bit float. They do have 64-bit integer types and 64-bit floating-point types. As you know, "int" and "float" are specific types, not just abbreviations for "integer type" and "floating-point type". -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */