Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v965j0$788h$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v965j0$788h$2@dont-email.me>

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: James Kuyper <jameskuyper@alumni.caltech.edu>
Newsgroups: comp.lang.c
Subject: Re: how cast works?
Date: Fri, 9 Aug 2024 18:35:12 -0400
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <v965j0$788h$2@dont-email.me>
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>
 <87bk228uzg.fsf@nosuchdomain.example.com> <v94pji$m1ib$1@dont-email.me>
 <v95lb7$26koh$1@dont-email.me> <87zfpl5qs5.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 10 Aug 2024 00:35:13 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="5da9026e4edcec1e1deb82f9c3783d4d";
	logging-data="237841"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+IHyFKSsPJMVovSYcf5n1rHMeGTZ01YTI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:1P0pzZY3cQj1h+R7vwRceQ75/yk=
In-Reply-To: <87zfpl5qs5.fsf@nosuchdomain.example.com>
Content-Language: en-US
Bytes: 1836

On 8/9/24 17:29, Keith Thompson wrote:
> James Kuyper <jameskuyper@alumni.caltech.edu> writes:
> [...]
>> A cast is a piece of syntax that is used to explicitly request that a
>> conversion be performed. Conversions that are explicitly requested in C
>> code are referred to as casts only by people who don't understand what
>> they're saying - the standard never refers to them as such.
>
> I think you omitted a "not" in the above, or meant to write "implicitly"
> rather than "explicitly".

The latter - sorry for the confusion!